GET /api/bet_types/d18ab694-d3cf-4f56-ac8a-100aa734a21c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d18ab694-d3cf-4f56-ac8a-100aa734a21c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee6a8557-d5e0-49cd-b655-3a78d75e44f8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-17T10:28:04.731159-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": "ARI",
                "amount": 5857.0
            },
            {
                "team": "CHC",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "2486c660-7e8e-4abf-8fa9-23aece5bef45",
            "gambit_id": "69ecd9c8-2f3a-4b0e-ae57-54fdddb209dd",
            "last_updated": "2023-09-18T22:43:05.295640-04:00",
            "created_at": "2023-09-17T10:28:04.739172-04:00",
            "name": "ARI",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d18ab694-d3cf-4f56-ac8a-100aa734a21c/?format=api"
        },
        {
            "id": "67e3ae0a-9bf3-40d3-ad83-17492dc41699",
            "gambit_id": "c593886a-89ab-48dc-90b3-6cfb4a09305c",
            "last_updated": "2023-09-18T22:43:05.287887-04:00",
            "created_at": "2023-09-17T10:28:04.734964-04:00",
            "name": "CHC",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d18ab694-d3cf-4f56-ac8a-100aa734a21c/?format=api"
        }
    ]
}