GET /api/bet_types/6c78aba9-3f32-4356-837d-842ae2714b0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c78aba9-3f32-4356-837d-842ae2714b0e",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e94a513-4818-4ae5-b8a9-eea667220dbe/?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": "SDG",
                "amount": 5676.0
            },
            {
                "team": "LOS",
                "amount": 4324.0
            }
        ],
        "expected_reward_tokens": 9251.88,
        "profit_sb": 251.88,
        "profit_sb_percentage": 2.8,
        "recommended": true
    },
    "lines": [
        {
            "id": "6a3b11f1-5bfd-4c4d-aca8-c1105df6dff7",
            "gambit_id": "d2c9771f-99ba-4355-a633-3af5adf5f904",
            "last_updated": "2022-08-06T10:47:01.487035-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG",
            "reward": "1.63000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c78aba9-3f32-4356-837d-842ae2714b0e/?format=api"
        },
        {
            "id": "a14846ba-dc79-46e6-a016-d6eea1c78e85",
            "gambit_id": "18dce1ee-0c67-41fe-82eb-d4575e3134c9",
            "last_updated": "2022-08-06T10:47:01.486501-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS",
            "reward": "2.14000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c78aba9-3f32-4356-837d-842ae2714b0e/?format=api"
        }
    ]
}