GET /api/bet_types/f85903de-d7dd-45f7-bf71-0a88f4df3efd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f85903de-d7dd-45f7-bf71-0a88f4df3efd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7e7daa6-33cd-4321-8848-547e30f38ca2/?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": 7839.0
            },
            {
                "team": "UTSA",
                "amount": 2161.0
            }
        ],
        "expected_reward_tokens": 9249.08,
        "profit_sb": 249.08,
        "profit_sb_percentage": 2.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "951d8102-f776-4b2b-9f75-08a77e29dd35",
            "gambit_id": "4e7f2bc8-2b9d-4e0d-ae1e-640e510f371c",
            "last_updated": "2022-09-18T09:37:42.828874-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.18000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f85903de-d7dd-45f7-bf71-0a88f4df3efd/?format=api"
        },
        {
            "id": "bb891ad8-ce3e-47cc-8345-09aacf2bfc12",
            "gambit_id": "2d748977-6e4f-4ac9-91b8-6699cabf4079",
            "last_updated": "2022-09-18T09:37:42.829961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "4.28000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f85903de-d7dd-45f7-bf71-0a88f4df3efd/?format=api"
        }
    ]
}