GET /api/bet_types/0910d65c-718c-4403-b2fd-5479b964324c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0910d65c-718c-4403-b2fd-5479b964324c",
    "match": "https://api-prod.gambitprofit.com/api/matches/037c1e00-0fc8-4c52-b195-c16d695fffb2/?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": "Oklahoma State",
                "amount": 6482.0
            },
            {
                "team": "West Virginia",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "c94ee088-aebd-46d2-b341-be4d031c88f1",
            "gambit_id": "890db815-14c9-4998-8be0-c06e9df4be0c",
            "last_updated": "2022-11-28T10:17:11.963812-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma State",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0910d65c-718c-4403-b2fd-5479b964324c/?format=api"
        },
        {
            "id": "c5149f31-f3b6-44a1-b9e4-b9bbdd5fe7f4",
            "gambit_id": "79763628-f579-459d-8dde-5d5091887dc8",
            "last_updated": "2022-11-28T10:17:11.964786-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Virginia",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0910d65c-718c-4403-b2fd-5479b964324c/?format=api"
        }
    ]
}