GET /api/bet_types/3fd5ac99-0361-401b-821a-49e99fc83d9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fd5ac99-0361-401b-821a-49e99fc83d9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/732e7aa7-dcce-4e49-b19d-2b20a27781a5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-28T18:48:24.649879-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "eebb7f22-b28c-4545-9c40-36af934bfd28",
            "gambit_id": "c44774d1-2b5b-4773-ab22-b5ec4ffe19d3",
            "last_updated": "2023-10-30T14:38:09.242749-04:00",
            "created_at": "2023-10-28T18:48:24.653541-04:00",
            "name": "Utah Jazz",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd5ac99-0361-401b-821a-49e99fc83d9b/?format=api"
        },
        {
            "id": "95fced99-bf51-45ed-b7ef-7708ee03d36c",
            "gambit_id": "7d70fda2-4dfd-4bfb-8ac8-ed910b36d42f",
            "last_updated": "2023-10-30T14:38:09.246449-04:00",
            "created_at": "2023-10-28T18:48:24.657500-04:00",
            "name": "Phoenix Suns",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fd5ac99-0361-401b-821a-49e99fc83d9b/?format=api"
        }
    ]
}