GET /api/bet_types/82e5d3d6-0b67-40ed-938a-95ec9d8fb1fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82e5d3d6-0b67-40ed-938a-95ec9d8fb1fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a102cb6-8bc2-4304-9870-aaec5e2f61a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-02T07:42:05.790174-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": 7203.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 2797.0
            }
        ],
        "expected_reward_tokens": 9507.96,
        "profit_sb": 7.96,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "c878b404-7396-423f-8cbc-0a5f89e67160",
            "gambit_id": "6dbfa781-6d35-4352-9613-915924600d7b",
            "last_updated": "2023-03-03T09:57:03.676887-05:00",
            "created_at": "2023-03-02T07:42:05.791397-05:00",
            "name": "Boston Bruins",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e5d3d6-0b67-40ed-938a-95ec9d8fb1fa/?format=api"
        },
        {
            "id": "cc428a13-0c79-444f-b141-ba979a73ab0f",
            "gambit_id": "d26957fb-47c4-41fe-87e1-1a4e8d5eba23",
            "last_updated": "2023-03-03T09:57:03.678018-05:00",
            "created_at": "2023-03-02T07:42:05.792675-05:00",
            "name": "Buffalo Sabres",
            "reward": "3.40000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82e5d3d6-0b67-40ed-938a-95ec9d8fb1fa/?format=api"
        }
    ]
}