GET /api/bet_types/64abf59d-c479-4054-984f-09b4ba074f2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64abf59d-c479-4054-984f-09b4ba074f2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a035e96-dc9e-497f-9108-2cd1f47c5c49/?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": "Kansas",
                "amount": 5000.0
            },
            {
                "team": "Houston",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "eff1facf-b99b-4262-963a-af346c92ee3c",
            "gambit_id": "a9ed823c-6ba0-447e-8399-d56d26964618",
            "last_updated": "2022-09-18T18:07:35.100902-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64abf59d-c479-4054-984f-09b4ba074f2c/?format=api"
        },
        {
            "id": "1197fe93-ccb0-4ae6-8388-f388c6bdb82f",
            "gambit_id": "6a997dc3-c76e-4cce-a133-f2c11b83e57d",
            "last_updated": "2022-09-18T18:07:35.099887-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64abf59d-c479-4054-984f-09b4ba074f2c/?format=api"
        }
    ]
}