GET /api/bet_types/f769d582-e8c5-40d4-9bc4-d4017babd488/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f769d582-e8c5-40d4-9bc4-d4017babd488",
    "match": "https://api-prod.gambitprofit.com/api/matches/2bb1d68b-b179-4b0c-b2e9-8673f468e73c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-14T09:13:03.720384-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": 6797.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 3203.0
            }
        ],
        "expected_reward_tokens": 9447.83,
        "profit_sb": -52.17,
        "profit_sb_percentage": -0.55,
        "recommended": false
    },
    "lines": [
        {
            "id": "527e35fe-fdb5-4b96-abee-b0d497c0cf74",
            "gambit_id": "ae774c23-21ab-4de7-adb0-5555dfdc0156",
            "last_updated": "2023-11-15T22:48:01.182933-05:00",
            "created_at": "2023-11-14T09:13:03.724206-05:00",
            "name": "Miami Heat",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f769d582-e8c5-40d4-9bc4-d4017babd488/?format=api"
        },
        {
            "id": "aaea122b-3668-4779-aa39-dc4c534065e7",
            "gambit_id": "2d744d45-ca20-46ac-bc1c-a7b97f9197fb",
            "last_updated": "2023-11-15T22:48:01.187036-05:00",
            "created_at": "2023-11-14T09:13:03.728982-05:00",
            "name": "Charlotte Hornets",
            "reward": "2.95000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f769d582-e8c5-40d4-9bc4-d4017babd488/?format=api"
        }
    ]
}