GET /api/bet_types/8054f9b9-8a8c-4f55-a5b4-b35d5fdc828d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8054f9b9-8a8c-4f55-a5b4-b35d5fdc828d",
    "match": "https://api-prod.gambitprofit.com/api/matches/22cf55b0-26c9-4989-9ac2-75baeff3376e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-27T09:18:11.450879-05: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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "27dc421d-ad35-40ed-8663-d5b51d8a66e9",
            "gambit_id": "81beff87-625f-4c4d-bd3f-aa7d18948840",
            "last_updated": "2023-11-28T11:23:11.703460-05:00",
            "created_at": "2023-11-27T09:18:11.454938-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8054f9b9-8a8c-4f55-a5b4-b35d5fdc828d/?format=api"
        },
        {
            "id": "0f03482f-01ff-47d5-a898-d92f8f803514",
            "gambit_id": "a49f8cbc-7626-4a9b-94da-1c2cb4c4823c",
            "last_updated": "2023-11-28T11:23:11.706544-05:00",
            "created_at": "2023-11-27T09:18:11.462706-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8054f9b9-8a8c-4f55-a5b4-b35d5fdc828d/?format=api"
        }
    ]
}