GET /api/bet_types/38510b75-63bd-481b-8a35-85c3d04e27a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38510b75-63bd-481b-8a35-85c3d04e27a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba1114c0-bd1d-4ed4-af1c-08a5e90af545/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-08T09:38:18.943484-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": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe2e7a03-7c5c-41c6-a7f8-14e14b28d95f",
            "gambit_id": "0deb58dd-af96-4266-8fd0-1ddf0d23c1f1",
            "last_updated": "2023-12-09T11:48:27.906232-05:00",
            "created_at": "2023-12-08T09:38:18.947291-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38510b75-63bd-481b-8a35-85c3d04e27a3/?format=api"
        },
        {
            "id": "4b366c0e-7768-4ede-89f6-90c4411024bc",
            "gambit_id": "fd340d9a-234a-4f10-a92c-f0cdd8b5fd17",
            "last_updated": "2023-12-09T11:48:27.909761-05:00",
            "created_at": "2023-12-08T09:38:18.951846-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38510b75-63bd-481b-8a35-85c3d04e27a3/?format=api"
        }
    ]
}