GET /api/bet_types/cbbf4a03-0223-4eeb-9a5e-165886876520/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbbf4a03-0223-4eeb-9a5e-165886876520",
    "match": "https://api-prod.gambitprofit.com/api/matches/243b962b-d729-4f37-91c1-472767ce7143/?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": "San Jose State",
                "amount": 5000.0
            },
            {
                "team": "San Diego State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "4503cfbc-28e7-412f-8ed9-796a19824e19",
            "gambit_id": "8db81daf-58bc-48a0-a1b8-b4211e40abc9",
            "last_updated": "2022-11-14T09:29:05.132098-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbbf4a03-0223-4eeb-9a5e-165886876520/?format=api"
        },
        {
            "id": "bb243dd4-3770-4ef4-b77b-139c6f1db3f4",
            "gambit_id": "0ef55e15-acee-4f6b-9ceb-d38bfb2a3e62",
            "last_updated": "2022-11-14T09:29:05.133113-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbbf4a03-0223-4eeb-9a5e-165886876520/?format=api"
        }
    ]
}