GET /api/bet_types/468cc9b1-4419-487c-8633-28f94c0018be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "468cc9b1-4419-487c-8633-28f94c0018be",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb427fbe-88dc-4ace-8aa8-e131e1c4b8e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:06.663893-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": "Washington Capitals",
                "amount": 6026.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3974.0
            }
        ],
        "expected_reward_tokens": 9099.26,
        "profit_sb": 99.26,
        "profit_sb_percentage": 1.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "9bd5b025-ba8e-4ce1-9312-70ffb807be33",
            "gambit_id": "271cde36-754a-4376-a454-f9605cf56efc",
            "last_updated": "2022-12-31T10:51:59.325115-05:00",
            "created_at": "2022-12-29T08:42:06.665066-05:00",
            "name": "Washington Capitals",
            "reward": "1.51000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/468cc9b1-4419-487c-8633-28f94c0018be/?format=api"
        },
        {
            "id": "5d0dc963-200b-49b3-b151-ae800d6a865d",
            "gambit_id": "2393ee99-d893-441f-8c0a-4b9fb1a6130f",
            "last_updated": "2022-12-31T10:51:59.326287-05:00",
            "created_at": "2022-12-29T08:42:06.666375-05:00",
            "name": "Ottawa Senators",
            "reward": "2.29000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/468cc9b1-4419-487c-8633-28f94c0018be/?format=api"
        }
    ]
}