GET /api/bet_types/f7fedc64-7f7d-4d20-b8d9-9204a54b59cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7fedc64-7f7d-4d20-b8d9-9204a54b59cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d714047a-bd73-457f-a195-cb83a0501a1e/?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": "Kansas State",
                "amount": 6998.0
            },
            {
                "team": "Missouri",
                "amount": 3002.0
            }
        ],
        "expected_reward_tokens": 9306.2,
        "profit_sb": 306.2,
        "profit_sb_percentage": 3.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "2fbd715e-5b2c-4891-8eae-2ea75e6e9d74",
            "gambit_id": "3a4115cf-1d7f-4d20-8a52-6d0de046dbd2",
            "last_updated": "2022-09-11T11:17:09.272588-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas State",
            "reward": "1.33000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7fedc64-7f7d-4d20-b8d9-9204a54b59cd/?format=api"
        },
        {
            "id": "a5a617c9-9230-4fb9-97d2-4ffb195f4485",
            "gambit_id": "2c8c7b26-0ecc-4e53-b9d6-4bae2816a334",
            "last_updated": "2022-09-11T11:17:09.273722-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "3.10000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7fedc64-7f7d-4d20-b8d9-9204a54b59cd/?format=api"
        }
    ]
}