GET /api/bet_types/99926cac-7928-4980-97a0-c560f57e64d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99926cac-7928-4980-97a0-c560f57e64d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2f03e60-def1-4baf-b83f-0ca63f21c137/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-28T10:03:14.286280-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": "Edmonton Oilers",
                "amount": 7749.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2251.0
            }
        ],
        "expected_reward_tokens": 9453.78,
        "profit_sb": -46.22,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "be89a48c-1290-416a-8d33-18885ec8a091",
            "gambit_id": "5ea6bb45-98f4-437f-b4e0-fd28ff9975dc",
            "last_updated": "2023-12-30T16:18:08.303547-05:00",
            "created_at": "2023-12-28T10:03:14.290552-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.22000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99926cac-7928-4980-97a0-c560f57e64d8/?format=api"
        },
        {
            "id": "c7bf1e85-85e3-453c-8beb-39dc4a1d6722",
            "gambit_id": "a1e7a637-09b1-46b7-9817-464801748abc",
            "last_updated": "2023-12-30T16:18:08.306746-05:00",
            "created_at": "2023-12-28T10:03:14.294911-05:00",
            "name": "San Jose Sharks",
            "reward": "4.20000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99926cac-7928-4980-97a0-c560f57e64d8/?format=api"
        }
    ]
}