GET /api/bet_types/c3bbb28a-d777-4a9f-a092-4fd0b28b8622/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3bbb28a-d777-4a9f-a092-4fd0b28b8622",
    "match": "https://api-prod.gambitprofit.com/api/matches/0aab23c0-ef5a-4ec5-8fce-43d127ebcc49/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:24.648608-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": "Montreal Canadiens",
                "amount": 5000.0
            },
            {
                "team": "Boston Bruins",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "93b60896-0e15-4b90-bf4a-d5cd034bcf8f",
            "gambit_id": "bdf953d0-1c36-4400-9968-a22d4fb0255e",
            "last_updated": "2023-11-20T14:48:21.214583-05:00",
            "created_at": "2023-11-18T09:38:24.654600-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3bbb28a-d777-4a9f-a092-4fd0b28b8622/?format=api"
        },
        {
            "id": "1f2f9c53-1100-49fe-9727-5f1df66d3a80",
            "gambit_id": "7fefa18c-f22f-45bc-9735-68b8477dde59",
            "last_updated": "2023-11-20T14:48:21.217729-05:00",
            "created_at": "2023-11-18T09:38:24.659014-05:00",
            "name": "Boston Bruins",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3bbb28a-d777-4a9f-a092-4fd0b28b8622/?format=api"
        }
    ]
}