GET /api/bet_types/911cb4ee-7abf-49ef-b9e6-95428deca196/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "911cb4ee-7abf-49ef-b9e6-95428deca196",
    "match": "https://api-prod.gambitprofit.com/api/matches/b91ad4a2-c00d-4171-b90b-05c30e7a69ee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:05.096857-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": "Anaheim Ducks",
                "amount": 5861.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4139.0
            }
        ],
        "expected_reward_tokens": 9436.21,
        "profit_sb": -63.79,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "972ed62d-497f-466f-8626-5c028b4199e1",
            "gambit_id": "9f3bbbd9-0208-4d07-935a-194444f72887",
            "last_updated": "2023-10-23T20:43:03.776613-04:00",
            "created_at": "2023-10-21T09:38:05.100401-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/911cb4ee-7abf-49ef-b9e6-95428deca196/?format=api"
        },
        {
            "id": "aff6dc80-eaf3-4b0c-bd4c-4484ac4e78c3",
            "gambit_id": "c39753d5-fd78-47bf-86bd-9a605570fd03",
            "last_updated": "2023-10-23T20:43:03.780011-04:00",
            "created_at": "2023-10-21T09:38:05.104171-04:00",
            "name": "Arizona Coyotes",
            "reward": "2.28000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/911cb4ee-7abf-49ef-b9e6-95428deca196/?format=api"
        }
    ]
}