GET /api/bet_types/6add5295-0cf7-4b95-baa4-34417218b8bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6add5295-0cf7-4b95-baa4-34417218b8bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/e7951630-82a3-4a44-a3b7-799702765ac9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-19T09:22:06.406404-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": "Buffalo Sabres",
                "amount": 5328.0
            },
            {
                "team": "New York Islanders",
                "amount": 4672.0
            }
        ],
        "expected_reward_tokens": 9483.84,
        "profit_sb": -16.16,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "80cc25cd-a759-423d-8110-0cb2621508ef",
            "gambit_id": "af936417-8564-4d7e-9154-7c472d2e8428",
            "last_updated": "2023-01-20T10:06:59.799828-05:00",
            "created_at": "2023-01-19T09:22:06.408485-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6add5295-0cf7-4b95-baa4-34417218b8bd/?format=api"
        },
        {
            "id": "f9f7d6c8-0df1-46d9-8186-b102046442f2",
            "gambit_id": "453748b3-fd99-4234-85aa-8ae78c54e733",
            "last_updated": "2023-01-20T10:06:59.801090-05:00",
            "created_at": "2023-01-19T09:22:06.409797-05:00",
            "name": "New York Islanders",
            "reward": "2.03000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6add5295-0cf7-4b95-baa4-34417218b8bd/?format=api"
        }
    ]
}