GET /api/bet_types/1c961e43-160b-4438-9e84-7de75e6a0572/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1c961e43-160b-4438-9e84-7de75e6a0572",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed62b00e-ed5a-45cc-b041-780824ea63b1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-27T09:07:56.113561-04: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": "Carolina Hurricanes",
                "amount": 6090.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7adfb6a-67a1-41ae-ba31-5061411e7786",
            "gambit_id": "3eabe58d-7a61-47da-97e7-6d1c719e00e1",
            "last_updated": "2023-10-30T14:58:08.542416-04:00",
            "created_at": "2023-10-27T09:07:56.125686-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c961e43-160b-4438-9e84-7de75e6a0572/?format=api"
        },
        {
            "id": "4c7abf5b-9523-411a-b790-c89f9581f7e5",
            "gambit_id": "2d591c5b-dc43-4736-b7cb-15c24c533b92",
            "last_updated": "2023-10-30T14:58:08.538690-04:00",
            "created_at": "2023-10-27T09:07:56.117536-04:00",
            "name": "San Jose Sharks",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1c961e43-160b-4438-9e84-7de75e6a0572/?format=api"
        }
    ]
}