GET /api/bet_types/197bf1ea-6c69-422e-b0ea-5dbfe0ffa9f9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "197bf1ea-6c69-422e-b0ea-5dbfe0ffa9f9",
    "match": "https://api-prod.gambitprofit.com/api/matches/409064c7-bc6b-44bb-88c4-d2cb38830182/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-12T09:32:10.981656-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": "Edmonton Oilers",
                "amount": 5106.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "c742babf-5244-4556-97b2-cec26f65c95f",
            "gambit_id": "33a24a6c-390c-4ab3-9e16-180e3ee34f2c",
            "last_updated": "2023-02-13T09:57:12.031406-05:00",
            "created_at": "2023-02-12T09:32:10.984418-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/197bf1ea-6c69-422e-b0ea-5dbfe0ffa9f9/?format=api"
        },
        {
            "id": "eb5f41ca-fc0d-4dc4-a3d6-77207bf33e5c",
            "gambit_id": "51b7a509-6f41-4fd4-a803-fcb4714104dc",
            "last_updated": "2023-02-13T09:57:12.030234-05:00",
            "created_at": "2023-02-12T09:32:10.983130-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/197bf1ea-6c69-422e-b0ea-5dbfe0ffa9f9/?format=api"
        }
    ]
}