GET /api/bet_types/27c53d96-5781-428e-af0b-95162aecf603/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27c53d96-5781-428e-af0b-95162aecf603",
    "match": "https://api-prod.gambitprofit.com/api/matches/cbb86036-4953-4871-ac36-edbf53645acb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-25T09:46:53.700965-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "15b949b5-f01b-4cb6-be0d-3cce534b9eeb",
            "gambit_id": "ed39b809-62a5-46aa-9efb-ae32011ed07d",
            "last_updated": "2023-01-26T10:57:01.129427-05:00",
            "created_at": "2023-01-25T09:46:53.702524-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27c53d96-5781-428e-af0b-95162aecf603/?format=api"
        },
        {
            "id": "7c693d44-1d20-4119-a9a0-dd32051c4a5e",
            "gambit_id": "676e7603-3d1f-4f3a-986f-436100b4445c",
            "last_updated": "2023-01-26T10:57:01.130543-05:00",
            "created_at": "2023-01-25T09:46:53.704179-05:00",
            "name": "Denver Nuggets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27c53d96-5781-428e-af0b-95162aecf603/?format=api"
        }
    ]
}