GET /api/bet_types/2905e959-039b-4ca1-b7eb-aa70a2cf73b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2905e959-039b-4ca1-b7eb-aa70a2cf73b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce95ac22-0888-477c-9439-560278eb4220/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-29T13:57:57.431523-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": "KAN (C Ragans)",
                "amount": 5776.0
            },
            {
                "team": "PIT (C Selby)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "ce9f42eb-94a5-45d7-89f8-12061642a2cc",
            "gambit_id": "86ccb91a-4cb4-4e88-8d5e-d69c8f6fa00a",
            "last_updated": "2023-08-30T13:28:27.684956-04:00",
            "created_at": "2023-08-29T13:57:57.446264-04:00",
            "name": "KAN (C Ragans)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2905e959-039b-4ca1-b7eb-aa70a2cf73b2/?format=api"
        },
        {
            "id": "bb488489-8ed3-4aaa-a59d-2861a91af92c",
            "gambit_id": "83a248ae-f99e-422e-a47e-fbeaf417f81a",
            "last_updated": "2023-08-30T13:28:27.681519-04:00",
            "created_at": "2023-08-29T13:57:57.439692-04:00",
            "name": "PIT (C Selby)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2905e959-039b-4ca1-b7eb-aa70a2cf73b2/?format=api"
        }
    ]
}