GET /api/bet_types/b493a74f-dcb8-4e37-9290-715846955d03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b493a74f-dcb8-4e37-9290-715846955d03",
    "match": "https://api-prod.gambitprofit.com/api/matches/966ba992-3258-4704-beba-e26f315b5c06/?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": "Chicago Blackhawks",
                "amount": 6862.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3138.0
            }
        ],
        "expected_reward_tokens": 9538.18,
        "profit_sb": 38.18,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "334f9ab3-b097-45cc-9691-3dd0c2c4c6ef",
            "gambit_id": "97d70d80-a7da-4266-9232-9d95da1e65f3",
            "last_updated": "2022-10-22T09:27:27.032927-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.39000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b493a74f-dcb8-4e37-9290-715846955d03/?format=api"
        },
        {
            "id": "61627ab6-11f6-492e-b383-ae9fb4a6080e",
            "gambit_id": "59f9ddd0-a2a9-4f7e-bc45-7411c03aa5de",
            "last_updated": "2022-10-22T09:27:27.033939-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "3.04000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b493a74f-dcb8-4e37-9290-715846955d03/?format=api"
        }
    ]
}