GET /api/bet_types/3cc8a8d8-1236-447e-8c4a-8c15914d259d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cc8a8d8-1236-447e-8c4a-8c15914d259d",
    "match": "https://api-prod.gambitprofit.com/api/matches/55cc6df2-e500-4562-9113-093365d376f6/?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": "Eastern Michigan",
                "amount": 5000.0
            },
            {
                "team": "Buffalo",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "85933e38-4851-41cc-9732-9b8c3e1b6862",
            "gambit_id": "73c287de-c346-4fdd-8afe-4dc4d97ed9f4",
            "last_updated": "2022-09-25T11:17:06.053059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cc8a8d8-1236-447e-8c4a-8c15914d259d/?format=api"
        },
        {
            "id": "c7fa2d03-c198-4b79-a61d-e54dab3c0d13",
            "gambit_id": "b24214e3-7bdf-48a3-9e75-a370f7fb1b03",
            "last_updated": "2022-09-25T11:17:06.054428-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cc8a8d8-1236-447e-8c4a-8c15914d259d/?format=api"
        }
    ]
}