GET /api/bet_types/37f6a58e-d2fd-40b2-b93b-3e93014c103a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "37f6a58e-d2fd-40b2-b93b-3e93014c103a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c1d5a6c5-2aa2-49db-b647-62fabe439a91/?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": "Vegas Golden Knights",
                "amount": 5304.0
            },
            {
                "team": "New York Rangers",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bf2b19a-8e37-409c-ae13-94e78cc1752b",
            "gambit_id": "161278da-7471-4318-894f-561b228ae9a5",
            "last_updated": "2022-12-08T13:02:12.200506-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f6a58e-d2fd-40b2-b93b-3e93014c103a/?format=api"
        },
        {
            "id": "f7771907-a7e3-45a1-83b7-bb968bcee239",
            "gambit_id": "b1aab89c-231e-4013-80f5-8db9e0adabff",
            "last_updated": "2022-12-08T13:02:12.201511-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/37f6a58e-d2fd-40b2-b93b-3e93014c103a/?format=api"
        }
    ]
}