GET /api/bet_types/d1b0407b-b1c0-48de-86f4-46ac1630ebb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1b0407b-b1c0-48de-86f4-46ac1630ebb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/65063a7f-d387-45c8-921d-afd1647fc75d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-04T09:48:06.457415-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": "Montreal Canadiens",
                "amount": 6241.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f5aed61-7e59-4b3e-8432-3d88ade8106a",
            "gambit_id": "da5200f7-fa28-4307-93c5-4bfdd37265fe",
            "last_updated": "2023-12-05T10:03:16.652938-05:00",
            "created_at": "2023-12-04T09:48:06.467826-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b0407b-b1c0-48de-86f4-46ac1630ebb9/?format=api"
        },
        {
            "id": "74aacc8d-66e5-4e94-bef0-870906ecdde1",
            "gambit_id": "de029152-420c-4e0e-88af-4d712664f68e",
            "last_updated": "2023-12-05T10:03:16.649801-05:00",
            "created_at": "2023-12-04T09:48:06.461902-05:00",
            "name": "Seattle Kraken",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b0407b-b1c0-48de-86f4-46ac1630ebb9/?format=api"
        }
    ]
}