GET /api/bet_types/959d7e1f-b58e-41c5-880f-f204dec98526/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "959d7e1f-b58e-41c5-880f-f204dec98526",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b5e6f6e-2c1c-4236-9ad5-79a66d91c15f/?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": "Phoenix Suns",
                "amount": 8185.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1815.0
            }
        ],
        "expected_reward_tokens": 9329.1,
        "profit_sb": 329.1,
        "profit_sb_percentage": 3.66,
        "recommended": true
    },
    "lines": [
        {
            "id": "8c1e4cf5-5a4c-4ea4-8766-f64b6b4e7afb",
            "gambit_id": "9baee12b-eb8e-48e9-99b6-2e83c9b6af36",
            "last_updated": "2022-11-06T20:17:26.588679-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.14000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/959d7e1f-b58e-41c5-880f-f204dec98526/?format=api"
        },
        {
            "id": "e8d8c9e4-a6d9-4b8f-a51a-6326c54418e1",
            "gambit_id": "da2593fd-aa08-4c45-8c57-80cbf1894cba",
            "last_updated": "2022-11-06T20:17:26.589639-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "5.14000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/959d7e1f-b58e-41c5-880f-f204dec98526/?format=api"
        }
    ]
}