GET /api/bet_types/f9f2856e-0956-427e-8cb4-6970df241788/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9f2856e-0956-427e-8cb4-6970df241788",
    "match": "https://api-prod.gambitprofit.com/api/matches/36ddde4b-d07e-490b-9c47-676f951c5add/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:54.525211-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": 7500.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 2500.0
            }
        ],
        "expected_reward_tokens": 9525.0,
        "profit_sb": 25.0,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "d839907c-9060-42af-9c7a-de2bf8b0c2b0",
            "gambit_id": "e49c0e16-4656-4a22-b96e-38edd9bcf9a4",
            "last_updated": "2023-02-12T10:37:15.490904-05:00",
            "created_at": "2023-02-11T09:01:54.526473-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9f2856e-0956-427e-8cb4-6970df241788/?format=api"
        },
        {
            "id": "1d4037d9-dc79-41d5-a256-8e0adbe459ec",
            "gambit_id": "df1211d2-d980-41fa-af66-68df4ab9f35b",
            "last_updated": "2023-02-12T10:37:15.492196-05:00",
            "created_at": "2023-02-11T09:01:54.527857-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f9f2856e-0956-427e-8cb4-6970df241788/?format=api"
        }
    ]
}