GET /api/bet_types/eb57f49b-1aed-47f7-9446-8c84b75e38ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb57f49b-1aed-47f7-9446-8c84b75e38ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/16f017b9-3f27-47a0-9514-bc5910af4248/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-26T09:23:26.958687-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": "ARI (Z Davies)",
                "amount": 5260.0
            },
            {
                "team": "CIN (F Cruz)",
                "amount": 4740.0
            }
        ],
        "expected_reward_tokens": 9573.2,
        "profit_sb": 73.2,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "bbd45559-bb76-4d41-b5a0-1735a4266b34",
            "gambit_id": "9ac822ed-b4fa-4ab2-af98-00f27b47ed7a",
            "last_updated": "2023-08-28T15:28:22.160998-04:00",
            "created_at": "2023-08-26T09:23:26.968875-04:00",
            "name": "ARI (Z Davies)",
            "reward": "1.82000",
            "odds": "1.85470",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb57f49b-1aed-47f7-9446-8c84b75e38ef/?format=api"
        },
        {
            "id": "5a2a34b3-b2c9-41d4-b634-9601b9f281bd",
            "gambit_id": "ff4e74dc-b6d0-41fc-a884-f3cb8f7c3a2e",
            "last_updated": "2023-08-28T15:28:22.156999-04:00",
            "created_at": "2023-08-26T09:23:26.963746-04:00",
            "name": "CIN (F Cruz)",
            "reward": "2.02000",
            "odds": "2.07000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb57f49b-1aed-47f7-9446-8c84b75e38ef/?format=api"
        }
    ]
}