GET /api/bet_types/2bff17ff-14ee-4d4b-aeaa-c621652a8158/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bff17ff-14ee-4d4b-aeaa-c621652a8158",
    "match": "https://api-prod.gambitprofit.com/api/matches/07a5cdca-a967-42b1-b247-b5fe9bbd5778/?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": "Utah",
                "amount": 5511.0
            },
            {
                "team": "Florida",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": 202.45,
        "profit_sb_percentage": 2.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1fc9afb-b06c-4c74-b6b5-ddb04e85627b",
            "gambit_id": "d62f5a33-e8dd-4ac0-96c1-30de67a7777a",
            "last_updated": "2022-09-05T09:42:20.013099-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah",
            "reward": "1.67000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bff17ff-14ee-4d4b-aeaa-c621652a8158/?format=api"
        },
        {
            "id": "a713bd8c-fe69-4e49-a8c8-b783ef34ca1c",
            "gambit_id": "85b07343-fda1-41fd-8578-568098f3e3c5",
            "last_updated": "2022-09-05T09:42:20.012127-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bff17ff-14ee-4d4b-aeaa-c621652a8158/?format=api"
        }
    ]
}