GET /api/bet_types/c31aa544-62fb-4e30-842d-156da6596e24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c31aa544-62fb-4e30-842d-156da6596e24",
    "match": "https://api-prod.gambitprofit.com/api/matches/6390133d-ad93-4c17-b36e-c60379f3f935/?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": "Cleveland Cavaliers",
                "amount": 6584.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3416.0
            }
        ],
        "expected_reward_tokens": 9085.92,
        "profit_sb": 85.92,
        "profit_sb_percentage": 0.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d9566e5-e782-4735-b9f0-914edb2fab9c",
            "gambit_id": "681c1eaa-ac5e-4aa2-9e9d-f9e16120b165",
            "last_updated": "2022-12-07T09:32:28.599840-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.38000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c31aa544-62fb-4e30-842d-156da6596e24/?format=api"
        },
        {
            "id": "e42b17eb-542c-4451-86f5-30512670a88a",
            "gambit_id": "78e938fe-afd0-4f5b-8080-e017664c877a",
            "last_updated": "2022-12-07T09:32:28.600921-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.66000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c31aa544-62fb-4e30-842d-156da6596e24/?format=api"
        }
    ]
}