GET /api/bet_types/d140dfaf-096f-4ea1-bef3-d2cca58d76e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d140dfaf-096f-4ea1-bef3-d2cca58d76e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b98dd9c-0c08-43aa-889a-4af828051bde/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-05T14:19:54.196739-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7b05283-15cf-4220-a4f2-f960862cd604",
            "gambit_id": "8d95201d-3654-41b7-828d-9622770e579e",
            "last_updated": "2023-03-06T19:06:59.031872-05:00",
            "created_at": "2023-03-05T14:19:54.198154-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d140dfaf-096f-4ea1-bef3-d2cca58d76e9/?format=api"
        },
        {
            "id": "0db4b1aa-1967-4419-9334-1a78821cdfe0",
            "gambit_id": "73fc34b8-ff9b-4d8b-936d-17edca78b7fb",
            "last_updated": "2023-03-06T19:06:59.033117-05:00",
            "created_at": "2023-03-05T14:19:54.199742-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d140dfaf-096f-4ea1-bef3-d2cca58d76e9/?format=api"
        }
    ]
}