GET /api/bet_types/696e25c9-2460-41a2-b44a-a589e27c5bbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "696e25c9-2460-41a2-b44a-a589e27c5bbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b8384cc-0455-487e-af20-a09d3f7591c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-14T10:57:06.034905-04: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": "CHC",
                "amount": 6169.0
            },
            {
                "team": "MIN",
                "amount": 3831.0
            }
        ],
        "expected_reward_tokens": 9500.26,
        "profit_sb": 0.26,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e405c4f-ef8c-4fb0-89ee-34a7fd02dff9",
            "gambit_id": "a3f48e59-7331-4948-8a76-a2bb191a34cc",
            "last_updated": "2023-05-15T11:36:59.733881-04:00",
            "created_at": "2023-05-14T10:57:06.039656-04:00",
            "name": "CHC",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/696e25c9-2460-41a2-b44a-a589e27c5bbf/?format=api"
        },
        {
            "id": "f4d3d540-a322-4e39-9dc9-6689957ff290",
            "gambit_id": "2ed023e6-7827-4d65-8d3c-33ec917d989a",
            "last_updated": "2023-05-15T11:36:59.732631-04:00",
            "created_at": "2023-05-14T10:57:06.036991-04:00",
            "name": "MIN",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/696e25c9-2460-41a2-b44a-a589e27c5bbf/?format=api"
        }
    ]
}