GET /api/bet_types/27008223-f281-469f-9765-40feb3e5e540/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27008223-f281-469f-9765-40feb3e5e540",
    "match": "https://api-prod.gambitprofit.com/api/matches/b824b7e0-5bf4-435c-8543-8be94c752e54/?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": "Ottawa Senators",
                "amount": 5304.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "95300976-a30a-4119-977c-0523a60411b8",
            "gambit_id": "9ddc5de7-f258-4b6b-b951-c8c3329c8a1a",
            "last_updated": "2022-11-14T11:02:49.324390-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27008223-f281-469f-9765-40feb3e5e540/?format=api"
        },
        {
            "id": "eb5a131f-1606-45c2-b0e1-bcbadd23e223",
            "gambit_id": "8cd4dd69-6699-4d1e-b04a-26e24986ff97",
            "last_updated": "2022-11-14T11:02:49.323438-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27008223-f281-469f-9765-40feb3e5e540/?format=api"
        }
    ]
}