GET /api/bet_types/09eeba2b-a504-457f-95d4-5e6ed3191974/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09eeba2b-a504-457f-95d4-5e6ed3191974",
    "match": "https://api-prod.gambitprofit.com/api/matches/cffe5803-92b4-4b3a-8407-ae9d021d1bcc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-08T08:57:07.642794-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": "Chicago Blackhawks",
                "amount": 5317.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae478242-b5f3-4652-8050-2f4d46330e5e",
            "gambit_id": "c988f3aa-1f9e-4262-89b8-d249d407192e",
            "last_updated": "2023-03-09T09:57:09.395725-05:00",
            "created_at": "2023-03-08T08:57:07.645926-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09eeba2b-a504-457f-95d4-5e6ed3191974/?format=api"
        },
        {
            "id": "a5ec56c7-bcd1-48f8-908d-48d794f6d026",
            "gambit_id": "d9a44cc2-162d-4b13-bc39-1bc666161f2e",
            "last_updated": "2023-03-09T09:57:09.394551-05:00",
            "created_at": "2023-03-08T08:57:07.644303-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09eeba2b-a504-457f-95d4-5e6ed3191974/?format=api"
        }
    ]
}