GET /api/bet_types/5c86e0aa-f520-41d9-8291-d17d334ec194/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c86e0aa-f520-41d9-8291-d17d334ec194",
    "match": "https://api-prod.gambitprofit.com/api/matches/00514ab3-032c-4170-9bba-988087ff8ac9/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "CWS (L Lynn)",
                "amount": 5745.0
            },
            {
                "team": "CLE (H Gaddis)",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "5af182c5-2107-4737-8626-21dd1d6f0f22",
            "gambit_id": "191e3d8c-e13b-47a1-a3a1-bb4e1902d609",
            "last_updated": "2022-09-16T11:41:53.462591-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (L Lynn)",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c86e0aa-f520-41d9-8291-d17d334ec194/?format=api"
        },
        {
            "id": "69ab8b93-f7c3-4f85-a33b-4744a74742f5",
            "gambit_id": "d998d85e-3898-498f-8315-2bade92d3fa5",
            "last_updated": "2022-09-16T11:41:53.461651-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (H Gaddis)",
            "reward": "2.16000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c86e0aa-f520-41d9-8291-d17d334ec194/?format=api"
        }
    ]
}