GET /api/bet_types/1fc934b3-9290-47bb-be81-5b3bf0311f0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1fc934b3-9290-47bb-be81-5b3bf0311f0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7737dfd-aa03-4e9e-a3a5-49b32c8f49d2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-08T08:43:18.618382-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": "TOR",
                "amount": 6020.0
            },
            {
                "team": "HOU",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "aee542fd-1c13-4723-82d5-f5db51af8528",
            "gambit_id": "5b299941-36b1-4c89-9e78-187164de42da",
            "last_updated": "2023-06-10T13:43:12.633100-04:00",
            "created_at": "2023-06-08T08:43:18.621537-04:00",
            "name": "TOR",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc934b3-9290-47bb-be81-5b3bf0311f0c/?format=api"
        },
        {
            "id": "bb427a26-a10b-4840-a4f6-e0fbcc3cb5b0",
            "gambit_id": "b89b966b-4a53-425b-8bef-d99dc906d5b8",
            "last_updated": "2023-06-10T13:43:12.630695-04:00",
            "created_at": "2023-06-08T08:43:18.619889-04:00",
            "name": "HOU",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1fc934b3-9290-47bb-be81-5b3bf0311f0c/?format=api"
        }
    ]
}