GET /api/bet_types/0f57f593-be43-4ce2-b9f2-d4e6747024d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f57f593-be43-4ce2-b9f2-d4e6747024d5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2160f4ce-2ebf-432b-b470-a3e9c6b3c724/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-09T11:12:02.749884-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": "Atlanta Hawks",
                "amount": 7292.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 2708.0
            }
        ],
        "expected_reward_tokens": 9478.0,
        "profit_sb": -22.0,
        "profit_sb_percentage": -0.23,
        "recommended": false
    },
    "lines": [
        {
            "id": "a708030f-8256-4f6d-9cb0-03f0c17361c0",
            "gambit_id": "b286104f-e55b-4e5d-9523-19249d850894",
            "last_updated": "2023-02-10T09:32:18.098601-05:00",
            "created_at": "2023-02-09T11:12:02.751227-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.30000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f57f593-be43-4ce2-b9f2-d4e6747024d5/?format=api"
        },
        {
            "id": "26963ff5-97be-45ec-ad25-35be2a7313c4",
            "gambit_id": "71ce76d6-a9ec-47f3-89b9-e1f376461f3b",
            "last_updated": "2023-02-10T09:32:18.099769-05:00",
            "created_at": "2023-02-09T11:12:02.752592-05:00",
            "name": "Phoenix Suns",
            "reward": "3.50000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f57f593-be43-4ce2-b9f2-d4e6747024d5/?format=api"
        }
    ]
}