GET /api/bet_types/c3e21100-b6ae-47e9-8a63-dd270e59a51a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3e21100-b6ae-47e9-8a63-dd270e59a51a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5086f79-8e6b-4465-9000-f87682b339ea/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:04.210456-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": "Ottawa Senators",
                "amount": 6547.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "30c7e318-5e83-4db5-b4fc-b6c860f92525",
            "gambit_id": "3489f431-d351-4987-a2df-a16b2f7c2e21",
            "last_updated": "2023-03-10T10:26:56.503318-05:00",
            "created_at": "2023-03-09T09:02:04.213085-05:00",
            "name": "Ottawa Senators",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e21100-b6ae-47e9-8a63-dd270e59a51a/?format=api"
        },
        {
            "id": "8e870623-977b-4c1c-9707-1db3f5cfd523",
            "gambit_id": "2d329311-7623-46d1-bdef-23077d204ce3",
            "last_updated": "2023-03-10T10:26:56.502172-05:00",
            "created_at": "2023-03-09T09:02:04.211778-05:00",
            "name": "Seattle Kraken",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3e21100-b6ae-47e9-8a63-dd270e59a51a/?format=api"
        }
    ]
}