GET /api/bet_types/198ab346-14c3-4c0f-8f06-47700da8b4aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "198ab346-14c3-4c0f-8f06-47700da8b4aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bb08f4a-dd35-4643-8548-81ba75c29e26/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-19T10:03:04.330763-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 Pistons",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fccfb836-c725-42a0-ac3a-3cc2732a9368",
            "gambit_id": "2a406132-7e30-438f-af3b-94b84ab4781a",
            "last_updated": "2023-11-21T09:08:06.212809-05:00",
            "created_at": "2023-11-19T10:03:04.334775-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/198ab346-14c3-4c0f-8f06-47700da8b4aa/?format=api"
        },
        {
            "id": "0ddbdecc-d30d-436a-8332-f05b84e309bc",
            "gambit_id": "af8a33bc-7958-4578-9ab2-1e3ddcab4462",
            "last_updated": "2023-11-21T09:08:06.216118-05:00",
            "created_at": "2023-11-19T10:03:04.338626-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/198ab346-14c3-4c0f-8f06-47700da8b4aa/?format=api"
        }
    ]
}