GET /api/bet_types/df8256ea-cea1-4c91-8a7d-103652e377c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df8256ea-cea1-4c91-8a7d-103652e377c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/2797705c-9c7d-4137-ba9e-d117a4e58b5b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-03T09:37:56.973810-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": "Houston Rockets",
                "amount": 6090.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa61bc34-2381-4312-8caf-3c5f04a6e615",
            "gambit_id": "a270be52-0db8-4e09-8908-9e0df454ffc1",
            "last_updated": "2024-01-05T13:58:01.446150-05:00",
            "created_at": "2024-01-03T09:37:56.981932-05:00",
            "name": "Houston Rockets",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df8256ea-cea1-4c91-8a7d-103652e377c4/?format=api"
        },
        {
            "id": "c725af56-4479-40fd-b046-ac09f6511bf7",
            "gambit_id": "5f7b271a-7556-42b5-be1a-03c2116eb40f",
            "last_updated": "2024-01-05T13:58:01.435059-05:00",
            "created_at": "2024-01-03T09:37:56.977628-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df8256ea-cea1-4c91-8a7d-103652e377c4/?format=api"
        }
    ]
}