GET /api/bet_types/9a7cd8c6-ecbc-4bf6-9056-66386944fc9a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a7cd8c6-ecbc-4bf6-9056-66386944fc9a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c67c0afe-0d46-470f-93f8-b33dd1cce677/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-19T08:48:00.308987-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": "SDG",
                "amount": 6390.0
            },
            {
                "team": "TOR",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d362bf3a-08c5-471c-bc49-24fa5ec5a966",
            "gambit_id": "782d384c-2f39-410d-8214-50971c1ae6b1",
            "last_updated": "2023-07-20T19:43:14.227529-04:00",
            "created_at": "2023-07-19T08:48:00.310515-04:00",
            "name": "SDG",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a7cd8c6-ecbc-4bf6-9056-66386944fc9a/?format=api"
        },
        {
            "id": "4ed79b52-caa5-4cc1-ba69-b7a39170bad9",
            "gambit_id": "a1c76c6b-a4b3-4023-844c-e6fbc65b2a9e",
            "last_updated": "2023-07-20T19:43:14.229221-04:00",
            "created_at": "2023-07-19T08:48:00.312164-04:00",
            "name": "TOR",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a7cd8c6-ecbc-4bf6-9056-66386944fc9a/?format=api"
        }
    ]
}