GET /api/bet_types/8e3888e4-a989-48e6-822a-61b584eedc4f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e3888e4-a989-48e6-822a-61b584eedc4f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4dbec3ba-5603-4ee3-a578-81c268fa4b69/?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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "359c9af0-40d6-4ab9-9ded-0b2ffdbadd69",
            "gambit_id": "8e5954b5-8561-453c-ac68-d3c50da20ced",
            "last_updated": "2022-12-01T16:12:23.193507-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e3888e4-a989-48e6-822a-61b584eedc4f/?format=api"
        },
        {
            "id": "b1ca92cb-d04a-47bf-8c95-8e59a7d2d3cc",
            "gambit_id": "b6ddacac-ddbc-491c-8dec-262cc6b116cc",
            "last_updated": "2022-12-01T16:12:23.194498-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e3888e4-a989-48e6-822a-61b584eedc4f/?format=api"
        }
    ]
}