GET /api/bet_types/452d6d19-9306-4ae3-a6f9-50e48980b90a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "452d6d19-9306-4ae3-a6f9-50e48980b90a",
    "match": "https://api-prod.gambitprofit.com/api/matches/3b1e7a8c-3d4c-4f5c-9015-a2cacde5e381/?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": "Philadelphia 76ers",
                "amount": 7257.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2743.0
            }
        ],
        "expected_reward_tokens": 9216.39,
        "profit_sb": 216.39,
        "profit_sb_percentage": 2.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "651b48d9-5a7b-49ed-bc78-5b008225b0e9",
            "gambit_id": "40aea9ed-51ba-4bd1-93d0-939282626099",
            "last_updated": "2022-12-06T09:52:01.102616-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.27000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/452d6d19-9306-4ae3-a6f9-50e48980b90a/?format=api"
        },
        {
            "id": "95ee184f-6830-49c1-bffb-a3e578b0c50c",
            "gambit_id": "fcdc10ef-a5ea-4b16-8a3b-e5a8cfe32ef5",
            "last_updated": "2022-12-06T09:52:01.101363-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "3.36000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/452d6d19-9306-4ae3-a6f9-50e48980b90a/?format=api"
        }
    ]
}