GET /api/bet_types/94bb0a7c-c88c-454d-9cd9-78f3a13c6ed8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "94bb0a7c-c88c-454d-9cd9-78f3a13c6ed8",
    "match": "https://api-prod.gambitprofit.com/api/matches/9ade8c97-0a9f-40bc-ac1d-a35e1dc08ae6/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Orlando Magic",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Cavaliers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "81262e7c-c968-43a7-ba1f-ddee694df115",
            "gambit_id": "ff71787b-323f-4752-ba23-65c0c0ace85a",
            "last_updated": "2022-10-27T11:52:04.886957-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94bb0a7c-c88c-454d-9cd9-78f3a13c6ed8/?format=api"
        },
        {
            "id": "7041311a-1126-466c-ac87-47dfd0f735f1",
            "gambit_id": "c170681b-4afa-471c-90ad-7aca5ac2378e",
            "last_updated": "2022-10-27T11:52:04.887902-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94bb0a7c-c88c-454d-9cd9-78f3a13c6ed8/?format=api"
        }
    ]
}