GET /api/bet_types/e044f51a-7a5e-4d11-b576-ee50fd33729f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e044f51a-7a5e-4d11-b576-ee50fd33729f",
    "match": "https://api-prod.gambitprofit.com/api/matches/348fbc92-ffd0-494e-9f09-45281f47cf24/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-17T09:12:08.987855-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": "Dallas Stars",
                "amount": 7115.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 2885.0
            }
        ],
        "expected_reward_tokens": 9605.25,
        "profit_sb": 105.25,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "552a16a3-dc44-4222-b34f-89f5dcd75e1e",
            "gambit_id": "c7aed286-0c2c-4d0f-95ff-b3f74a1e9f4d",
            "last_updated": "2023-02-18T09:47:18.736662-05:00",
            "created_at": "2023-02-17T09:12:08.990529-05:00",
            "name": "Dallas Stars",
            "reward": "1.35000",
            "odds": "1.35710",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e044f51a-7a5e-4d11-b576-ee50fd33729f/?format=api"
        },
        {
            "id": "45eb8838-b962-49f8-8942-6b7a8a72ae91",
            "gambit_id": "db1ebd22-7017-4d6e-9b1b-353073937463",
            "last_updated": "2023-02-18T09:47:18.735526-05:00",
            "created_at": "2023-02-17T09:12:08.989128-05:00",
            "name": "Minnesota Wild",
            "reward": "3.33000",
            "odds": "3.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e044f51a-7a5e-4d11-b576-ee50fd33729f/?format=api"
        }
    ]
}