GET /api/bet_types/137289a7-ab6f-4729-8460-0b8fa51852c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "137289a7-ab6f-4729-8460-0b8fa51852c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e61de6b-ea33-4ce5-a29f-bdd96e90b40f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:00.986194-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Washington Capitals",
                "amount": 7373.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2627.0
            }
        ],
        "expected_reward_tokens": 9509.74,
        "profit_sb": 9.74,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ddf5d2b-291b-440e-919b-ed4ae478deae",
            "gambit_id": "c7c5cdf5-d224-439f-85bd-c0ade47a38b3",
            "last_updated": "2023-02-24T12:41:56.818764-05:00",
            "created_at": "2023-02-23T09:07:00.987405-05:00",
            "name": "Washington Capitals",
            "reward": "1.29000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/137289a7-ab6f-4729-8460-0b8fa51852c3/?format=api"
        },
        {
            "id": "198768be-e9a9-4a57-b386-3215974c4cbf",
            "gambit_id": "4baf050f-ef42-45c4-89cb-f963573a92cc",
            "last_updated": "2023-02-24T12:41:56.819936-05:00",
            "created_at": "2023-02-23T09:07:00.988735-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.62000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/137289a7-ab6f-4729-8460-0b8fa51852c3/?format=api"
        }
    ]
}