GET /api/bet_types/700be94d-9457-44e0-aa7b-1195550f0abf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "700be94d-9457-44e0-aa7b-1195550f0abf",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac69970a-3a96-4c23-814c-59a7bd2321b6/?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": "New Mexico",
                "amount": 5000.0
            },
            {
                "team": "Fresno State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a993f8a-33ee-4949-a30a-7db2135381ad",
            "gambit_id": "f9070a20-d7a5-401c-bdc0-17db7031212a",
            "last_updated": "2022-10-23T21:36:53.319180-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Mexico",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/700be94d-9457-44e0-aa7b-1195550f0abf/?format=api"
        },
        {
            "id": "3d97abc4-a08e-451b-889f-366c33c46a85",
            "gambit_id": "27eb827d-e6ce-4b52-8d07-0005b484515f",
            "last_updated": "2022-10-23T21:36:53.320289-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fresno State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/700be94d-9457-44e0-aa7b-1195550f0abf/?format=api"
        }
    ]
}