GET /api/bet_types/8a12abd0-9cfa-40c1-a091-97d15bbd5c15/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a12abd0-9cfa-40c1-a091-97d15bbd5c15",
    "match": "https://api-prod.gambitprofit.com/api/matches/52dbb6f7-dab9-42c4-b193-0504e7f6a733/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T08:23:04.701489-04: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": "CHC (J Steele)",
                "amount": 6353.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 3647.0
            }
        ],
        "expected_reward_tokens": 9591.61,
        "profit_sb": 91.61,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "1c8b5b15-b2ca-4647-af1f-45a18866c79f",
            "gambit_id": "f4c67297-1582-44d4-a7e8-70e4c623cdf2",
            "last_updated": "2023-07-02T11:08:02.454552-04:00",
            "created_at": "2023-06-30T08:23:04.706461-04:00",
            "name": "CHC (J Steele)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a12abd0-9cfa-40c1-a091-97d15bbd5c15/?format=api"
        },
        {
            "id": "493ccdca-96c5-4577-a429-f536feb8d156",
            "gambit_id": "c533c320-22a7-4f83-afb4-b1e2630bae7b",
            "last_updated": "2023-07-02T11:08:02.452647-04:00",
            "created_at": "2023-06-30T08:23:04.703957-04:00",
            "name": "CLE (C Quantrill)",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a12abd0-9cfa-40c1-a091-97d15bbd5c15/?format=api"
        }
    ]
}