GET /api/bet_types/18cd04cb-c83e-489a-aa20-d93a1e245c06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18cd04cb-c83e-489a-aa20-d93a1e245c06",
    "match": "https://api-prod.gambitprofit.com/api/matches/409064c7-bc6b-44bb-88c4-d2cb38830182/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-12T09:32:10.985740-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": 7115.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "20fb5e5c-5846-4ede-83a8-83b6bd0fac89",
            "gambit_id": "bfafbabd-6ad6-4511-9374-848d7a380605",
            "last_updated": "2023-02-13T09:57:12.035128-05:00",
            "created_at": "2023-02-12T09:32:10.988328-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18cd04cb-c83e-489a-aa20-d93a1e245c06/?format=api"
        },
        {
            "id": "30787545-f4fd-4624-8208-9fe94bd026f2",
            "gambit_id": "a34cd38c-2ebe-436c-a531-e84dbd1c5af9",
            "last_updated": "2023-02-13T09:57:12.033955-05:00",
            "created_at": "2023-02-12T09:32:10.987005-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18cd04cb-c83e-489a-aa20-d93a1e245c06/?format=api"
        }
    ]
}