GET /api/bet_types/30d07eda-fe9e-4a9b-8428-e5f257abc519/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30d07eda-fe9e-4a9b-8428-e5f257abc519",
    "match": "https://api-prod.gambitprofit.com/api/matches/72d58d65-b69d-447d-94d7-f5165c79bc7f/?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": "Texas",
                "amount": 5737.0
            },
            {
                "team": "Kansas State",
                "amount": 4263.0
            }
        ],
        "expected_reward_tokens": 9121.83,
        "profit_sb": 121.83,
        "profit_sb_percentage": 1.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "73116547-87b1-4a13-afb6-82438784d29e",
            "gambit_id": "6d7e89a8-001a-49b9-9d28-a6d686cd64c3",
            "last_updated": "2022-11-06T16:08:20.410448-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30d07eda-fe9e-4a9b-8428-e5f257abc519/?format=api"
        },
        {
            "id": "559af3e2-fd77-4544-a747-8e6ed7a275de",
            "gambit_id": "3fff5c21-f1e3-405d-b684-7db585d5712a",
            "last_updated": "2022-11-06T16:08:20.411429-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "2.14000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30d07eda-fe9e-4a9b-8428-e5f257abc519/?format=api"
        }
    ]
}