GET /api/bet_types/03ad9dc4-e2b8-4a75-80ea-7a19f1f8f958/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03ad9dc4-e2b8-4a75-80ea-7a19f1f8f958",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a035e96-dc9e-497f-9108-2cd1f47c5c49/?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": "Houston",
                "amount": 7162.0
            },
            {
                "team": "Kansas",
                "amount": 2838.0
            }
        ],
        "expected_reward_tokens": 9166.74,
        "profit_sb": 166.74,
        "profit_sb_percentage": 1.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "2c7e1408-993e-42c0-8729-a677fa861768",
            "gambit_id": "7ccb6435-39ea-4200-8646-880ff202526c",
            "last_updated": "2022-09-18T18:07:35.096512-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.28000",
            "odds": "1.32260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03ad9dc4-e2b8-4a75-80ea-7a19f1f8f958/?format=api"
        },
        {
            "id": "a5d1f73b-08cf-4fdc-a1d9-b25dbdd3c26a",
            "gambit_id": "a3275d3f-b47a-4566-a816-420662037c9d",
            "last_updated": "2022-09-18T18:07:35.097659-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "3.23000",
            "odds": "3.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03ad9dc4-e2b8-4a75-80ea-7a19f1f8f958/?format=api"
        }
    ]
}