GET /api/bet_types/9240147c-a06c-4c47-8312-f96296b8081e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9240147c-a06c-4c47-8312-f96296b8081e",
    "match": "https://api-prod.gambitprofit.com/api/matches/0cde4483-0110-448a-8048-ebcc78c976cb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-28T09:08:07.562079-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": "Toronto Maple Leafs",
                "amount": 5515.0
            },
            {
                "team": "Nashville Predators",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "e08786e9-090e-40ab-8514-d0b121e2480d",
            "gambit_id": "075ac790-477d-41af-b891-12136f474577",
            "last_updated": "2023-10-30T13:38:25.251428-04:00",
            "created_at": "2023-10-28T09:08:07.566333-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9240147c-a06c-4c47-8312-f96296b8081e/?format=api"
        },
        {
            "id": "6bc25024-81ef-464c-9c04-be1a924e88ad",
            "gambit_id": "513676d8-4758-405e-afe9-11c587fff551",
            "last_updated": "2023-10-30T13:38:25.262507-04:00",
            "created_at": "2023-10-28T09:08:07.571289-04:00",
            "name": "Nashville Predators",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9240147c-a06c-4c47-8312-f96296b8081e/?format=api"
        }
    ]
}