GET /api/bet_types/03aa84fe-c2a0-4dd0-98d1-5a185b032590/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03aa84fe-c2a0-4dd0-98d1-5a185b032590",
    "match": "https://api-prod.gambitprofit.com/api/matches/62da430c-4f37-4d77-bcad-d7f41c22f3aa/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T08:43:12.770223-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": "KAN",
                "amount": 5512.0
            },
            {
                "team": "CHC",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "e49e642f-f34f-468c-9b93-0780f05768e1",
            "gambit_id": "bf69d034-d09e-468f-b438-599e1c9dee0d",
            "last_updated": "2023-08-21T10:28:08.103218-04:00",
            "created_at": "2023-08-18T08:43:12.774617-04:00",
            "name": "KAN",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03aa84fe-c2a0-4dd0-98d1-5a185b032590/?format=api"
        },
        {
            "id": "93dcd883-4dec-44f6-8083-692b9fe6cc19",
            "gambit_id": "1d172750-4797-462f-98b3-37d8bf26d40b",
            "last_updated": "2023-08-21T10:28:08.106600-04:00",
            "created_at": "2023-08-18T08:43:12.783738-04:00",
            "name": "CHC",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03aa84fe-c2a0-4dd0-98d1-5a185b032590/?format=api"
        }
    ]
}