GET /api/bet_types/b15ae9c6-0656-48f2-9f81-93c8ad05e88d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b15ae9c6-0656-48f2-9f81-93c8ad05e88d",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6af8592-6d64-477c-9c65-7ac3f26d2452/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Mavericks",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8608304d-0d7a-4b45-a005-3715aaa60a9b",
            "gambit_id": "2296637d-94bd-4ed2-bffc-b05f5d75ddc5",
            "last_updated": "2022-10-31T10:57:10.857535-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b15ae9c6-0656-48f2-9f81-93c8ad05e88d/?format=api"
        },
        {
            "id": "2dca74dd-0ad6-46d2-8642-07c50fe91bd9",
            "gambit_id": "829a8d60-2426-4bfc-9739-0acf0499eed5",
            "last_updated": "2022-10-31T10:57:10.858466-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b15ae9c6-0656-48f2-9f81-93c8ad05e88d/?format=api"
        }
    ]
}