GET /api/bet_types/4c81c206-a116-4839-b055-f4910ef4dbdc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c81c206-a116-4839-b055-f4910ef4dbdc",
    "match": "https://api-prod.gambitprofit.com/api/matches/5605368b-2af7-4dbc-9875-5f2f27259c4e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T09:37:11.592891-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": "Boston Bruins",
                "amount": 6163.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "9ca3ff81-8314-4064-9519-2724e45f4332",
            "gambit_id": "1ff08db2-d42a-4781-a375-16d40a166b45",
            "last_updated": "2023-03-15T13:57:06.264924-04:00",
            "created_at": "2023-03-14T09:37:11.596138-04:00",
            "name": "Boston Bruins",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c81c206-a116-4839-b055-f4910ef4dbdc/?format=api"
        },
        {
            "id": "0f2f1e90-3a9a-417c-b6a7-c22c03577a61",
            "gambit_id": "800762a2-0f46-4b46-b492-fe670886089a",
            "last_updated": "2023-03-15T13:57:06.263816-04:00",
            "created_at": "2023-03-14T09:37:11.594607-04:00",
            "name": "Chicago Blackhawks",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c81c206-a116-4839-b055-f4910ef4dbdc/?format=api"
        }
    ]
}