GET /api/bet_types/84e2988c-d464-4612-9c17-d0b24f8aca70/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "84e2988c-d464-4612-9c17-d0b24f8aca70",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c81d20e-75c3-4a2c-ba7f-980f31db9fba/?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": "Florida State",
                "amount": 5000.0
            },
            {
                "team": "NC State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "b82b23fd-33bc-4711-8a1c-feb4d3064c73",
            "gambit_id": "919ea6ae-29de-4055-931d-ccea48527abd",
            "last_updated": "2022-10-11T11:37:06.210813-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e2988c-d464-4612-9c17-d0b24f8aca70/?format=api"
        },
        {
            "id": "5e033b76-14a5-4a9c-ad45-eeeefc5c6946",
            "gambit_id": "607faac0-26fc-439c-9610-d9112764b9a3",
            "last_updated": "2022-10-11T11:37:06.209896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NC State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/84e2988c-d464-4612-9c17-d0b24f8aca70/?format=api"
        }
    ]
}