GET /api/bet_types/6a5c3b8d-7e6f-4c80-8733-fb60014a29c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a5c3b8d-7e6f-4c80-8733-fb60014a29c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/d818d6ef-03e4-4dba-97a8-6ce3811b5c4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-25T09:07:02.723192-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": "Boston Bruins",
                "amount": 7115.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "6d6284c9-01e0-4237-a939-478d7fb5c260",
            "gambit_id": "f528699c-4a0f-4dbd-86bd-14ec8402fbc8",
            "last_updated": "2023-02-26T11:46:56.689975-05:00",
            "created_at": "2023-02-25T09:07:02.725644-05:00",
            "name": "Boston Bruins",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a5c3b8d-7e6f-4c80-8733-fb60014a29c3/?format=api"
        },
        {
            "id": "53bdd527-d4e7-425d-b877-4969430ed037",
            "gambit_id": "85168ab5-8b08-4f63-870b-1fc5905205f0",
            "last_updated": "2023-02-26T11:46:56.688834-05:00",
            "created_at": "2023-02-25T09:07:02.724360-05:00",
            "name": "Vancouver Canucks",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a5c3b8d-7e6f-4c80-8733-fb60014a29c3/?format=api"
        }
    ]
}