GET /api/bet_types/81407413-03bd-4223-98ff-b829dd181bc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "81407413-03bd-4223-98ff-b829dd181bc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9ec130b-5e33-4633-b81b-4c7ffb963dec/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-08T09:02:57.487048-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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "92c417cf-fcca-4055-a913-c33072668f55",
            "gambit_id": "fa5321fd-9ddb-402e-ba6d-ad59f9a62f95",
            "last_updated": "2024-01-10T10:03:14.203640-05:00",
            "created_at": "2024-01-08T09:02:57.491403-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81407413-03bd-4223-98ff-b829dd181bc1/?format=api"
        },
        {
            "id": "c3ebddf4-ead7-4ad6-b820-f469bcd24bdb",
            "gambit_id": "cf9f3c04-923e-4aba-88b3-cfdc2d1382cf",
            "last_updated": "2024-01-10T10:03:14.207730-05:00",
            "created_at": "2024-01-08T09:02:57.495349-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81407413-03bd-4223-98ff-b829dd181bc1/?format=api"
        }
    ]
}