GET /api/bet_types/053a3ac3-7eaa-4da8-8194-66793500ff00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "053a3ac3-7eaa-4da8-8194-66793500ff00",
    "match": "https://api-prod.gambitprofit.com/api/matches/378d006e-f2ff-4187-8cb5-ef38fc34542e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Tennessee",
                "amount": 6493.0
            },
            {
                "team": "Pittsburgh",
                "amount": 3507.0
            }
        ],
        "expected_reward_tokens": 9153.27,
        "profit_sb": 153.27,
        "profit_sb_percentage": 1.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "959166fa-120e-471d-95d7-4da77c0bc3a4",
            "gambit_id": "33fe2002-bf31-421a-ab8e-b4380c13544c",
            "last_updated": "2022-09-11T10:57:04.489026-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee",
            "reward": "1.41000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/053a3ac3-7eaa-4da8-8194-66793500ff00/?format=api"
        },
        {
            "id": "232966fe-fe8d-4a81-a709-4ee4051004d4",
            "gambit_id": "b88f1095-45ed-4647-a0b9-3e22d287deb2",
            "last_updated": "2022-09-11T10:57:04.488015-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "2.61000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/053a3ac3-7eaa-4da8-8194-66793500ff00/?format=api"
        }
    ]
}