GET /api/bet_types/6d1b73b9-e594-4c43-bde8-8c5cbd8047fd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d1b73b9-e594-4c43-bde8-8c5cbd8047fd",
    "match": "https://api-prod.gambitprofit.com/api/matches/b08760d2-ade0-4abc-a775-d6f7bc204ca1/?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": "Western Kentucky",
                "amount": 7500.0
            },
            {
                "team": "North Texas",
                "amount": 2500.0
            }
        ],
        "expected_reward_tokens": 9525.0,
        "profit_sb": 25.0,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "258062d5-2ddf-4eed-a9a8-b0d8613c1a98",
            "gambit_id": "332288f6-7168-4526-a5a3-0077be291a11",
            "last_updated": "2022-10-31T10:32:23.936583-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Western Kentucky",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1b73b9-e594-4c43-bde8-8c5cbd8047fd/?format=api"
        },
        {
            "id": "b70b0363-fc89-48e8-8db4-9dd5c8342bbb",
            "gambit_id": "fb148ed0-9f2b-4636-90ca-df263b9381d7",
            "last_updated": "2022-10-31T10:32:23.937544-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "North Texas",
            "reward": "3.81000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1b73b9-e594-4c43-bde8-8c5cbd8047fd/?format=api"
        }
    ]
}