GET /api/bet_types/a64d9ff2-291d-4dca-a9ba-828658c3eb06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a64d9ff2-291d-4dca-a9ba-828658c3eb06",
    "match": "https://api-prod.gambitprofit.com/api/matches/341851fe-5b3f-481d-81c6-5442195ddbeb/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-11T09:38:14.026197-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": "Detroit Red Wings",
                "amount": 6010.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8605fad-0d09-48ba-ac9e-41320b01d946",
            "gambit_id": "0ee1b89e-c25f-4118-a79a-820a24cc5542",
            "last_updated": "2024-01-15T09:48:16.300284-05:00",
            "created_at": "2024-01-11T09:38:14.035061-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a64d9ff2-291d-4dca-a9ba-828658c3eb06/?format=api"
        },
        {
            "id": "9b05f1c4-e6c8-41c7-ac41-4eb1f72f03f7",
            "gambit_id": "a11ca76c-ce32-4768-8d2e-2a5edf917be9",
            "last_updated": "2024-01-15T09:48:16.297108-05:00",
            "created_at": "2024-01-11T09:38:14.030089-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a64d9ff2-291d-4dca-a9ba-828658c3eb06/?format=api"
        }
    ]
}