GET /api/bet_types/711d3617-2b66-4b8a-b135-1a2b707a22f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "711d3617-2b66-4b8a-b135-1a2b707a22f3",
    "match": "https://api-prod.gambitprofit.com/api/matches/fc387d61-f452-473a-907c-39108dfa9421/?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": "Oregon State",
                "amount": 5000.0
            },
            {
                "team": "Colorado",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "bee6c695-b951-455c-9084-ef442481f8fa",
            "gambit_id": "7416b8ac-1d7f-4c1e-97f8-20a916d47178",
            "last_updated": "2022-10-23T21:42:07.970006-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon State",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-23.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/711d3617-2b66-4b8a-b135-1a2b707a22f3/?format=api"
        },
        {
            "id": "d9baf879-8e54-4a4f-b29d-e290133de275",
            "gambit_id": "7a6d3adb-369e-4d8e-9ea5-2964d542b70e",
            "last_updated": "2022-10-23T21:42:07.971026-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "23.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/711d3617-2b66-4b8a-b135-1a2b707a22f3/?format=api"
        }
    ]
}