GET /api/bet_types/477e929c-0cbf-4ebd-bc0d-ae17134fe9c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "477e929c-0cbf-4ebd-bc0d-ae17134fe9c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/121774fb-b915-4ca5-a61e-2ae765d99ee8/?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": 7168.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 2832.0
            }
        ],
        "expected_reward_tokens": 9175.04,
        "profit_sb": 175.04,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "5b559cb2-4d87-4b3f-8dda-328dc91229c3",
            "gambit_id": "9384a3ca-47af-48d7-9a18-8bc261695c97",
            "last_updated": "2022-11-03T09:58:46.281327-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/477e929c-0cbf-4ebd-bc0d-ae17134fe9c0/?format=api"
        },
        {
            "id": "26e53921-6d61-4639-a0d3-c94564a9ca0c",
            "gambit_id": "296ac8dc-5b71-4f10-b8b6-2d471a489961",
            "last_updated": "2022-11-03T09:58:46.282214-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "3.24000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/477e929c-0cbf-4ebd-bc0d-ae17134fe9c0/?format=api"
        }
    ]
}