GET /api/bet_types/43b0b4cc-7810-483f-8afe-349d370597ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43b0b4cc-7810-483f-8afe-349d370597ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c20fa15-9cbd-4add-a4ce-932dbc5ab496/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-22T10:13:14.482963-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": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "882a477f-d913-47cd-ad12-fec9c4cf94f1",
            "gambit_id": "5120817d-a249-41d1-9072-ec492e522571",
            "last_updated": "2023-12-23T15:58:06.990500-05:00",
            "created_at": "2023-12-22T10:13:14.487377-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43b0b4cc-7810-483f-8afe-349d370597ee/?format=api"
        },
        {
            "id": "cf922360-4306-40c4-a469-13c629f8e679",
            "gambit_id": "544c91b0-32aa-4626-a419-6928cb2b9a10",
            "last_updated": "2023-12-23T15:58:06.994244-05:00",
            "created_at": "2023-12-22T10:13:14.492083-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43b0b4cc-7810-483f-8afe-349d370597ee/?format=api"
        }
    ]
}