GET /api/bet_types/0f176dce-430a-4f40-ab50-8062ab3c52af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f176dce-430a-4f40-ab50-8062ab3c52af",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9d7b643-52f1-4ef6-b220-a5297d413a75/?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": "ATL",
                "amount": 5990.0
            },
            {
                "team": "COL",
                "amount": 4010.0
            }
        ],
        "expected_reward_tokens": 9223.0,
        "profit_sb": 223.0,
        "profit_sb_percentage": 2.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "930d7053-9d2e-4baf-a7da-3e067b3e85c0",
            "gambit_id": "14192adf-36cf-481a-ad7c-364cf70febe7",
            "last_updated": "2022-08-31T11:57:19.749954-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.54000",
            "odds": "1.60610",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f176dce-430a-4f40-ab50-8062ab3c52af/?format=api"
        },
        {
            "id": "8e8384f0-c026-4705-9efd-3761c8128322",
            "gambit_id": "7c6ef011-4cae-4ffd-8233-5f7d6defbed6",
            "last_updated": "2022-08-31T11:57:19.750480-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.30000",
            "odds": "2.45000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f176dce-430a-4f40-ab50-8062ab3c52af/?format=api"
        }
    ]
}