GET /api/bet_types/46670bf1-c4c4-4400-b3ff-233ebcd39217/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46670bf1-c4c4-4400-b3ff-233ebcd39217",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff8d4a8a-f251-4a54-9fd2-7773e9fc6608/?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": "UNLV",
                "amount": 7755.0
            },
            {
                "team": "Nevada",
                "amount": 2245.0
            }
        ],
        "expected_reward_tokens": 9226.95,
        "profit_sb": 226.95,
        "profit_sb_percentage": 2.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "7eb5d1c6-fc60-4c10-902b-7627804e3486",
            "gambit_id": "7324de2a-48b8-4261-b6a5-536cea4583b5",
            "last_updated": "2022-11-28T09:37:06.060838-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.19000",
            "odds": "1.21740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46670bf1-c4c4-4400-b3ff-233ebcd39217/?format=api"
        },
        {
            "id": "95bead73-e8a1-4bc4-86d7-0b936aa5cd2b",
            "gambit_id": "712a7fb1-e567-46a2-a1d2-9a2ab2240ecc",
            "last_updated": "2022-11-28T09:37:06.061820-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "4.11000",
            "odds": "4.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46670bf1-c4c4-4400-b3ff-233ebcd39217/?format=api"
        }
    ]
}