GET /api/bet_types/b17dcd40-bbc6-450d-82d6-679e5d1046d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b17dcd40-bbc6-450d-82d6-679e5d1046d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ec7aecf-42a9-44ac-8a3b-43884b898705/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-16T09:21:54.740147-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": "Carolina Hurricanes",
                "amount": 5945.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc4402c9-fc6e-4e63-8b04-99ea45119e3b",
            "gambit_id": "ed6af287-cc90-4eef-8e9e-18297ef3bf71",
            "last_updated": "2023-02-17T09:52:03.196320-05:00",
            "created_at": "2023-02-16T09:21:54.741383-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b17dcd40-bbc6-450d-82d6-679e5d1046d1/?format=api"
        },
        {
            "id": "00cbbe56-a05c-4863-a0cd-df1ba49fe602",
            "gambit_id": "38330d73-50d3-4fff-a136-b45199d8fbb8",
            "last_updated": "2023-02-17T09:52:03.197503-05:00",
            "created_at": "2023-02-16T09:21:54.742677-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b17dcd40-bbc6-450d-82d6-679e5d1046d1/?format=api"
        }
    ]
}