GET /api/bet_types/cb1e87ff-d743-4646-af29-6216a2ed3373/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb1e87ff-d743-4646-af29-6216a2ed3373",
    "match": "https://api-prod.gambitprofit.com/api/matches/963402d8-7990-48d5-852c-25ddb574b6f2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:04.353604-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9384d38d-3722-4b09-8d17-6225c0ec0395",
            "gambit_id": "c13c48eb-5e78-4aea-9f22-6139049a1717",
            "last_updated": "2023-12-28T18:28:08.394495-05:00",
            "created_at": "2023-12-27T09:03:04.357266-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb1e87ff-d743-4646-af29-6216a2ed3373/?format=api"
        },
        {
            "id": "6891b334-9394-4afc-a4b4-0c0e914d12ae",
            "gambit_id": "200fbba0-f64f-44e1-95d6-dbbaefccb92b",
            "last_updated": "2023-12-28T18:28:08.397754-05:00",
            "created_at": "2023-12-27T09:03:04.360891-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb1e87ff-d743-4646-af29-6216a2ed3373/?format=api"
        }
    ]
}