GET /api/bet_types/3f474ed9-5ab6-43ab-b4e5-328f53156b83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f474ed9-5ab6-43ab-b4e5-328f53156b83",
    "match": "https://api-prod.gambitprofit.com/api/matches/80770a0f-b845-47d5-b977-156747180cee/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-17T11:06:50.225761-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": "CIN",
                "amount": 6324.0
            },
            {
                "team": "COL",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "736da495-b331-4ea4-88ac-92b42c33f16d",
            "gambit_id": "bec6e9c8-0048-4b51-b5e6-8d41868584c0",
            "last_updated": "2023-05-18T11:47:19.013206-04:00",
            "created_at": "2023-05-17T11:06:50.229559-04:00",
            "name": "CIN",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f474ed9-5ab6-43ab-b4e5-328f53156b83/?format=api"
        },
        {
            "id": "3dac9d9b-9a1e-45ec-8487-f1d41bc458ce",
            "gambit_id": "46089091-39d4-4670-a946-e90b7ab6c873",
            "last_updated": "2023-05-18T11:47:19.011816-04:00",
            "created_at": "2023-05-17T11:06:50.227611-04:00",
            "name": "COL",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f474ed9-5ab6-43ab-b4e5-328f53156b83/?format=api"
        }
    ]
}