GET /api/bet_types/f884c9d7-a2e9-48e1-bac5-c40945e6db26/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f884c9d7-a2e9-48e1-bac5-c40945e6db26",
    "match": "https://api-prod.gambitprofit.com/api/matches/801d2ab1-66ef-45dc-a511-4788eaf9c6fc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:10.470982-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": "Pittsburgh Penguins",
                "amount": 5599.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6a65212-4da3-4336-8177-0ffc742df1df",
            "gambit_id": "285ebbfa-093f-4223-b772-d49303daa45f",
            "last_updated": "2023-03-15T14:07:07.132935-04:00",
            "created_at": "2023-03-14T09:37:10.472447-04:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f884c9d7-a2e9-48e1-bac5-c40945e6db26/?format=api"
        },
        {
            "id": "d3d5cc7a-a222-4802-8f85-28f3f904a2b0",
            "gambit_id": "74008423-9b92-4840-b88a-899be0d019f4",
            "last_updated": "2023-03-15T14:07:07.134139-04:00",
            "created_at": "2023-03-14T09:37:10.474029-04:00",
            "name": "Montreal Canadiens",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f884c9d7-a2e9-48e1-bac5-c40945e6db26/?format=api"
        }
    ]
}