GET /api/bet_types/33136fd5-ff9e-4981-8d06-fca5f98c37a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33136fd5-ff9e-4981-8d06-fca5f98c37a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7f67578-4b2c-4d87-902b-077c74f49d71/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-24T13:27:14.124720-04: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": "HOU",
                "amount": 5699.0
            },
            {
                "team": "TAM",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "ee133680-bff1-4b65-8e4a-5c50663ff36d",
            "gambit_id": "df27800b-1da8-4d2a-9f89-78ebfd6b45dd",
            "last_updated": "2023-04-25T11:42:23.963732-04:00",
            "created_at": "2023-04-24T13:27:14.130229-04:00",
            "name": "HOU",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33136fd5-ff9e-4981-8d06-fca5f98c37a6/?format=api"
        },
        {
            "id": "0ad51c80-2f82-412e-97f9-c48db54a928c",
            "gambit_id": "1a697bfa-a72b-4329-894e-04626a4d9f01",
            "last_updated": "2023-04-25T11:42:23.961525-04:00",
            "created_at": "2023-04-24T13:27:14.127584-04:00",
            "name": "TAM",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33136fd5-ff9e-4981-8d06-fca5f98c37a6/?format=api"
        }
    ]
}