GET /api/bet_types/2a54c196-52d3-4fcf-86b0-f81a48b1f33f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a54c196-52d3-4fcf-86b0-f81a48b1f33f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b1d94f0e-238d-4307-a31d-481729761c74/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:05.751285-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": "LAA",
                "amount": 6390.0
            },
            {
                "team": "DET",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "e55e4cf9-09b6-4e3e-80fa-11610373dd45",
            "gambit_id": "1080ae99-b989-4498-ab24-5debd9a22958",
            "last_updated": "2023-07-27T13:07:58.257808-04:00",
            "created_at": "2023-07-25T12:38:05.758655-04:00",
            "name": "LAA",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a54c196-52d3-4fcf-86b0-f81a48b1f33f/?format=api"
        },
        {
            "id": "c76da15c-f95f-4051-a49f-05e539189755",
            "gambit_id": "c7a2af9e-5947-4479-869c-9dada7069a5e",
            "last_updated": "2023-07-27T13:07:58.261545-04:00",
            "created_at": "2023-07-25T12:38:05.769403-04:00",
            "name": "DET",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a54c196-52d3-4fcf-86b0-f81a48b1f33f/?format=api"
        }
    ]
}