GET /api/bet_types/96cbe2f6-3eb3-49ae-aff0-777672d02ba4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96cbe2f6-3eb3-49ae-aff0-777672d02ba4",
    "match": "https://api-prod.gambitprofit.com/api/matches/07aa6b02-5566-4081-b421-6cc2b4615264/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:58:00.788411-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": "Denver Broncos",
                "amount": 6554.0
            },
            {
                "team": "Los Angeles Rams",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6bc1361-2386-46bc-a557-92c8e2e6d10a",
            "gambit_id": "80dbaf2f-0100-47d3-98d8-58983afc813b",
            "last_updated": "2023-08-29T09:13:24.674533-04:00",
            "created_at": "2023-08-24T12:58:00.798061-04:00",
            "name": "Denver Broncos",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96cbe2f6-3eb3-49ae-aff0-777672d02ba4/?format=api"
        },
        {
            "id": "a41e10e2-4607-4727-81f3-6399fb7320c3",
            "gambit_id": "867238e5-b575-4f32-8a5f-af7e0827a67f",
            "last_updated": "2023-08-29T09:13:24.671026-04:00",
            "created_at": "2023-08-24T12:58:00.793218-04:00",
            "name": "Los Angeles Rams",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96cbe2f6-3eb3-49ae-aff0-777672d02ba4/?format=api"
        }
    ]
}