GET /api/bet_types/36d2e4a2-9370-41eb-98bf-f2aa53ced0cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36d2e4a2-9370-41eb-98bf-f2aa53ced0cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6b5c4ca-8dd5-43c7-b6b6-4a6e35c0d755/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:55.870265-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": "Winnipeg Jets",
                "amount": 7500.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2500.0
            }
        ],
        "expected_reward_tokens": 9525.0,
        "profit_sb": 25.0,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "70e53c58-e8cf-4dd4-8525-8be02ebe9580",
            "gambit_id": "3c805c49-0782-4440-a873-98e5dec95c6d",
            "last_updated": "2023-02-12T10:37:15.212427-05:00",
            "created_at": "2023-02-11T09:01:55.871567-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36d2e4a2-9370-41eb-98bf-f2aa53ced0cd/?format=api"
        },
        {
            "id": "223b5477-973c-415b-bd77-66b5fe460b7f",
            "gambit_id": "fe128a02-a570-409c-bf98-cd0fe9fdaf0b",
            "last_updated": "2023-02-12T10:37:15.213680-05:00",
            "created_at": "2023-02-11T09:01:55.872865-05:00",
            "name": "Chicago Blackhawks",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36d2e4a2-9370-41eb-98bf-f2aa53ced0cd/?format=api"
        }
    ]
}