GET /api/bet_types/adfce934-6dfc-4ae5-925d-4325ad608d53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adfce934-6dfc-4ae5-925d-4325ad608d53",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c5e234f-d465-4cf8-bda9-806b100b485d/?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": "KAN",
                "amount": 6256.0
            },
            {
                "team": "DET",
                "amount": 3744.0
            }
        ],
        "expected_reward_tokens": 9133.76,
        "profit_sb": 133.76,
        "profit_sb_percentage": 1.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "3a1ba076-833f-422f-ac8c-ca5a352042a7",
            "gambit_id": "f08f340c-c326-40a5-a7f4-badea8253752",
            "last_updated": "2022-09-30T09:52:28.659279-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.46000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adfce934-6dfc-4ae5-925d-4325ad608d53/?format=api"
        },
        {
            "id": "551cc7a0-a2f7-48e7-91bd-ce66d8ec0773",
            "gambit_id": "3db1102e-6918-4fbf-9f32-7dc3a4408adb",
            "last_updated": "2022-09-30T09:52:28.658302-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "2.44000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adfce934-6dfc-4ae5-925d-4325ad608d53/?format=api"
        }
    ]
}