GET /api/bet_types/9741cba4-4d46-43e8-9411-bf24a62b320c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9741cba4-4d46-43e8-9411-bf24a62b320c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca3a5c2f-0e82-4460-ad2d-27881ce4860f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-29T16:26:57.947518-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": "Los Angeles Kings",
                "amount": 6100.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3900.0
            }
        ],
        "expected_reward_tokens": 9516.0,
        "profit_sb": 16.0,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "e7742081-615e-44e9-9c69-e3049785eb36",
            "gambit_id": "24f0dfdc-a04f-45b0-9d6a-6b798178561a",
            "last_updated": "2023-04-30T15:37:13.940031-04:00",
            "created_at": "2023-04-29T16:26:57.949891-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.56000",
            "odds": "1.58480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9741cba4-4d46-43e8-9411-bf24a62b320c/?format=api"
        },
        {
            "id": "0d189dec-d4e0-4b71-89a4-8f77b1770dbe",
            "gambit_id": "96e507ab-f409-45b1-a19e-0efac66ba5f1",
            "last_updated": "2023-04-30T15:37:13.941786-04:00",
            "created_at": "2023-04-29T16:26:57.951359-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.44000",
            "odds": "2.51000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9741cba4-4d46-43e8-9411-bf24a62b320c/?format=api"
        }
    ]
}