GET /api/bet_types/042ff438-0583-44a4-bb8f-585d052263bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "042ff438-0583-44a4-bb8f-585d052263bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e367dfd-6c04-47d1-82c2-4012f3efd3c2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-16T09:52:12.278174-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": "Columbus Blue Jackets",
                "amount": 5822.0
            },
            {
                "team": "New York Rangers",
                "amount": 4178.0
            }
        ],
        "expected_reward_tokens": 9024.1,
        "profit_sb": 24.1,
        "profit_sb_percentage": 0.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "eaf355f8-c9b9-41f5-a4a5-c23b4fb649d6",
            "gambit_id": "a229bf0e-d68b-45ae-be61-bb9b26ab7eb7",
            "last_updated": "2023-01-17T11:22:13.688695-05:00",
            "created_at": "2023-01-16T09:52:12.281460-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.55000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/042ff438-0583-44a4-bb8f-585d052263bf/?format=api"
        },
        {
            "id": "3bfbc44a-705f-4984-b45a-9ac976b6c713",
            "gambit_id": "30a0ff9e-c77f-40df-8253-58511f483150",
            "last_updated": "2023-01-17T11:22:13.689812-05:00",
            "created_at": "2023-01-16T09:52:12.284775-05:00",
            "name": "New York Rangers",
            "reward": "2.16000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/042ff438-0583-44a4-bb8f-585d052263bf/?format=api"
        }
    ]
}