GET /api/bet_types/0a1e263d-ce0d-409b-9e7f-295cd090b999/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a1e263d-ce0d-409b-9e7f-295cd090b999",
    "match": "https://api-prod.gambitprofit.com/api/matches/9b65df4b-62c4-4290-a1d2-7607549923a4/?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": "Calgary Flames",
                "amount": 7302.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 2698.0
            }
        ],
        "expected_reward_tokens": 9200.18,
        "profit_sb": 200.18,
        "profit_sb_percentage": 2.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d4a63ee-899b-4808-8277-e7359feb662c",
            "gambit_id": "1ddd1562-b405-4d80-b108-488d3d2e68a1",
            "last_updated": "2022-12-06T11:21:56.465978-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "1.26000",
            "odds": "1.29410",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a1e263d-ce0d-409b-9e7f-295cd090b999/?format=api"
        },
        {
            "id": "ba6d6522-7604-40c5-8257-bb6215dc15c5",
            "gambit_id": "cf337454-ac0a-4a76-975b-39119cede53d",
            "last_updated": "2022-12-06T11:21:56.466986-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Coyotes",
            "reward": "3.41000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a1e263d-ce0d-409b-9e7f-295cd090b999/?format=api"
        }
    ]
}