GET /api/bet_types/cbf7996c-9f3c-40cb-9b90-feeea014a28c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbf7996c-9f3c-40cb-9b90-feeea014a28c",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cf1467a-d30e-4588-baa2-354b04c37c43/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-24T08:57:58.400147-04: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": "Chicago Blackhawks",
                "amount": 5423.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "556f9f56-594b-47ee-8fef-326ce813eec4",
            "gambit_id": "3caa2396-8ad0-480b-98e6-4f3d25f66637",
            "last_updated": "2023-10-26T10:13:04.281147-04:00",
            "created_at": "2023-10-24T08:57:58.424724-04:00",
            "name": "Chicago Blackhawks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbf7996c-9f3c-40cb-9b90-feeea014a28c/?format=api"
        },
        {
            "id": "e45f5c77-be59-455b-91ca-f919d2dc90e3",
            "gambit_id": "6a6fd861-f568-47e2-99f4-c48e4e82dad7",
            "last_updated": "2023-10-26T10:13:04.277575-04:00",
            "created_at": "2023-10-24T08:57:58.413659-04:00",
            "name": "Boston Bruins",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbf7996c-9f3c-40cb-9b90-feeea014a28c/?format=api"
        }
    ]
}