GET /api/bet_types/b287ee01-16a9-4421-a97d-c93fb2396d58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b287ee01-16a9-4421-a97d-c93fb2396d58",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cbb6dd0-ea5f-40ad-8728-84a5d6ac40a3/?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": "Toronto Maple Leafs",
                "amount": 7121.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2879.0
            }
        ],
        "expected_reward_tokens": 9184.01,
        "profit_sb": 184.01,
        "profit_sb_percentage": 2.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "20301dba-1599-43d2-85ad-39d6de364efe",
            "gambit_id": "61c35529-e5a9-44b6-84fa-b92fe1710e11",
            "last_updated": "2022-12-01T16:22:24.257241-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.29000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b287ee01-16a9-4421-a97d-c93fb2396d58/?format=api"
        },
        {
            "id": "9e7303b7-9390-4c94-b34d-c36ff89bb6f5",
            "gambit_id": "c48ce316-7565-4521-8094-30966282bc89",
            "last_updated": "2022-12-01T16:22:24.258356-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "3.19000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b287ee01-16a9-4421-a97d-c93fb2396d58/?format=api"
        }
    ]
}