GET /api/bet_types/8adbb1b8-202d-4e69-96b5-31910cb53518/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8adbb1b8-202d-4e69-96b5-31910cb53518",
    "match": "https://api-prod.gambitprofit.com/api/matches/46836e76-c8fd-4c61-9281-dc79771edd35/?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": "HOU (J Urquidy)",
                "amount": 6263.0
            },
            {
                "team": "LAA (T Davidson)",
                "amount": 3737.0
            }
        ],
        "expected_reward_tokens": 9267.76,
        "profit_sb": 267.76,
        "profit_sb_percentage": 2.98,
        "recommended": true
    },
    "lines": [
        {
            "id": "6ced17c1-3126-4df8-b1f1-2a65fc713536",
            "gambit_id": "2ce3e408-8ec7-49a7-8daa-d8cd740e7455",
            "last_updated": "2022-09-05T13:32:07.305084-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU (J Urquidy)",
            "reward": "1.48000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8adbb1b8-202d-4e69-96b5-31910cb53518/?format=api"
        },
        {
            "id": "25091062-4466-437b-9b52-72f787684b89",
            "gambit_id": "015cc43a-d2a9-4f4a-bf3c-b67364db9702",
            "last_updated": "2022-09-05T13:32:07.304097-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (T Davidson)",
            "reward": "2.48000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8adbb1b8-202d-4e69-96b5-31910cb53518/?format=api"
        }
    ]
}