GET /api/bet_types/9882b3c8-32f5-45be-8d34-2f94172745ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9882b3c8-32f5-45be-8d34-2f94172745ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/20f43aa9-5e26-47a1-a54c-fa60e537ecaa/?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": "Nevada",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "616f0a1d-c801-470f-8036-598401763a6c",
            "gambit_id": "1c3075bb-a874-4ca6-8673-b45a5104b406",
            "last_updated": "2022-10-31T10:12:28.256345-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-24.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9882b3c8-32f5-45be-8d34-2f94172745ac/?format=api"
        },
        {
            "id": "4c693a9c-f5d0-4e54-ae41-4c46a63d10be",
            "gambit_id": "a566af0b-07d3-471a-86dd-39e4fc3f0141",
            "last_updated": "2022-10-31T10:12:28.257317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nevada",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "24.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9882b3c8-32f5-45be-8d34-2f94172745ac/?format=api"
        }
    ]
}