GET /api/bet_types/8fb022ea-6b8c-47cd-8417-a8deefdbb3ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8fb022ea-6b8c-47cd-8417-a8deefdbb3ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/951ab4ad-c4a3-4f8c-a0dd-c51ca813267e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T10:17:00.764263-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": 7880.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 2120.0
            }
        ],
        "expected_reward_tokens": 9455.2,
        "profit_sb": -44.8,
        "profit_sb_percentage": -0.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "7fb2da85-77aa-4536-985d-fadc9d3d22be",
            "gambit_id": "9e4dd0a0-235f-4072-84bd-358e386460a2",
            "last_updated": "2023-03-04T16:22:14.631592-05:00",
            "created_at": "2023-03-03T10:17:00.765539-05:00",
            "name": "Boston Celtics",
            "reward": "1.20000",
            "odds": "1.21280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fb022ea-6b8c-47cd-8417-a8deefdbb3ca/?format=api"
        },
        {
            "id": "2e4aa2b5-a1d4-48f5-b357-0964f588a6c0",
            "gambit_id": "4d8d540f-884a-4aaa-ada1-029458b4c052",
            "last_updated": "2023-03-04T16:22:14.632749-05:00",
            "created_at": "2023-03-03T10:17:00.766875-05:00",
            "name": "Brooklyn Nets",
            "reward": "4.46000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fb022ea-6b8c-47cd-8417-a8deefdbb3ca/?format=api"
        }
    ]
}