GET /api/bet_types/b55a8d68-2c65-496a-84b1-3babd14744d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b55a8d68-2c65-496a-84b1-3babd14744d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/609dc8d8-5fc5-4ca0-8306-a69341a4bc9b/?format=api",
    "name": "Pick the Winner",
    "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": "Miami Heat",
                "amount": 5212.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": 432.36,
        "profit_sb_percentage": 4.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "dfad8fb0-5c39-435e-a297-7b96b27ec5dd",
            "gambit_id": "1112ee73-fc9a-47c7-a21b-b9d2e557d5cf",
            "last_updated": "2022-11-02T10:48:12.791141-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55a8d68-2c65-496a-84b1-3babd14744d5/?format=api"
        },
        {
            "id": "b7f88c4a-bfcf-4be6-bf9a-6ef00c0676b0",
            "gambit_id": "50e47612-da4f-4d2d-998f-b0d88fb74ff1",
            "last_updated": "2022-11-02T10:48:12.792098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Golden State Warriors",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b55a8d68-2c65-496a-84b1-3babd14744d5/?format=api"
        }
    ]
}