GET /api/bet_types/39544b68-90de-471d-a52e-38150cf58d8f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39544b68-90de-471d-a52e-38150cf58d8f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eba7630-2792-48ef-b6f6-56504366f6ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-10T11:22:00.499405-04: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": "Florida Panthers",
                "amount": 5711.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4289.0
            }
        ],
        "expected_reward_tokens": 9650.25,
        "profit_sb": 150.25,
        "profit_sb_percentage": 1.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "1822bc8f-ea84-4dab-a93d-a3fb4063e7a1",
            "gambit_id": "2c314966-28ae-49df-a197-2dee6415ae01",
            "last_updated": "2023-04-11T13:52:11.381851-04:00",
            "created_at": "2023-04-10T11:22:00.500761-04:00",
            "name": "Florida Panthers",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39544b68-90de-471d-a52e-38150cf58d8f/?format=api"
        },
        {
            "id": "03fddd64-fc1f-4166-85ca-eff6f3ed14e1",
            "gambit_id": "0a446909-c67f-495a-8a5f-adfe55b5fa73",
            "last_updated": "2023-04-11T13:52:11.383572-04:00",
            "created_at": "2023-04-10T11:22:00.502280-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39544b68-90de-471d-a52e-38150cf58d8f/?format=api"
        }
    ]
}