GET /api/bet_types/dcfd5aa3-7916-4ed1-8809-684c9a566c29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcfd5aa3-7916-4ed1-8809-684c9a566c29",
    "match": "https://api-prod.gambitprofit.com/api/matches/07774d15-7173-4d43-91c3-1689af1d0f20/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-19T09:33:11.612122-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": "Boston Celtics",
                "amount": 7152.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 9512.16,
        "profit_sb": 12.16,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "e738a712-d981-4d2a-b3d1-a45fe27ba7cb",
            "gambit_id": "50130f23-3530-40a5-90d8-934db643be17",
            "last_updated": "2024-01-22T12:08:21.954644-05:00",
            "created_at": "2024-01-19T09:33:11.620499-05:00",
            "name": "Boston Celtics",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcfd5aa3-7916-4ed1-8809-684c9a566c29/?format=api"
        },
        {
            "id": "92b25db7-27d4-436c-aaa9-306e7be65dac",
            "gambit_id": "b3f802d5-7cf1-482f-be61-f38bfa49823b",
            "last_updated": "2024-01-22T12:08:21.951196-05:00",
            "created_at": "2024-01-19T09:33:11.615995-05:00",
            "name": "Denver Nuggets",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcfd5aa3-7916-4ed1-8809-684c9a566c29/?format=api"
        }
    ]
}