GET /api/bet_types/32710caa-7a00-4018-b3fc-0a4952e03869/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32710caa-7a00-4018-b3fc-0a4952e03869",
    "match": "https://api-prod.gambitprofit.com/api/matches/161e76f4-48f5-45b2-a952-cfe38413758c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-30T08:18:22.584909-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": 5319.0
            },
            {
                "team": "TOR",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "c36305ff-187b-4428-a9ba-f56523d75f10",
            "gambit_id": "1ae34a5b-0411-4a1e-9590-88901e0349db",
            "last_updated": "2023-07-31T18:18:09.289670-04:00",
            "created_at": "2023-07-30T08:18:22.589125-04:00",
            "name": "LAA",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32710caa-7a00-4018-b3fc-0a4952e03869/?format=api"
        },
        {
            "id": "535ad347-c7f9-4888-ae45-5a586c65ea5b",
            "gambit_id": "2ca5fa76-3bb2-493a-8d4a-0598aa1a7bf5",
            "last_updated": "2023-07-31T18:18:09.295028-04:00",
            "created_at": "2023-07-30T08:18:22.593504-04:00",
            "name": "TOR",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32710caa-7a00-4018-b3fc-0a4952e03869/?format=api"
        }
    ]
}