GET /api/bet_types/437b8f5f-8f10-42ff-ad0b-343e946b4e0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "437b8f5f-8f10-42ff-ad0b-343e946b4e0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/77e2b298-7df9-4ad9-a320-6559b802a529/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:03.092444-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": "Los Angeles Kings",
                "amount": 6163.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3837.0
            }
        ],
        "expected_reward_tokens": 9552.65,
        "profit_sb": 52.65,
        "profit_sb_percentage": 0.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "a1baf4f5-3949-4a46-83fd-d85ed06aadbe",
            "gambit_id": "9fbaf3c2-c1a8-49c0-bc86-6144be8d4fd7",
            "last_updated": "2023-03-10T10:32:01.681326-05:00",
            "created_at": "2023-03-09T09:02:03.095048-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/437b8f5f-8f10-42ff-ad0b-343e946b4e0f/?format=api"
        },
        {
            "id": "c45a4b5b-35f8-436f-b012-8fc8278fff93",
            "gambit_id": "8120f671-31a6-47c4-bbed-a6b199918423",
            "last_updated": "2023-03-10T10:32:01.679772-05:00",
            "created_at": "2023-03-09T09:02:03.093685-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/437b8f5f-8f10-42ff-ad0b-343e946b4e0f/?format=api"
        }
    ]
}