GET /api/bet_types/c0945649-0687-4ecd-9dd9-4d09ea9ade87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c0945649-0687-4ecd-9dd9-4d09ea9ade87",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c0d245e-436f-46df-a614-2bc5fa4dddfa/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-07T11:33:29.646173-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 Gallen)",
                "amount": 6564.0
            },
            {
                "team": "PIT (R Hill)",
                "amount": 3436.0
            }
        ],
        "expected_reward_tokens": 9517.72,
        "profit_sb": 17.72,
        "profit_sb_percentage": 0.19,
        "recommended": true
    },
    "lines": [
        {
            "id": "47c812e6-a358-4a2e-958e-64e0de18a32b",
            "gambit_id": "350e46fa-ea66-4657-8bb2-cdceb71f5508",
            "last_updated": "2023-07-09T09:58:32.932274-04:00",
            "created_at": "2023-07-07T11:33:29.649526-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.45000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0945649-0687-4ecd-9dd9-4d09ea9ade87/?format=api"
        },
        {
            "id": "e0058ed4-7667-4695-be27-ea34097f55ad",
            "gambit_id": "221be142-2e50-43e6-aab8-6e77cc06e9e0",
            "last_updated": "2023-07-09T09:58:32.929818-04:00",
            "created_at": "2023-07-07T11:33:29.647813-04:00",
            "name": "PIT (R Hill)",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c0945649-0687-4ecd-9dd9-4d09ea9ade87/?format=api"
        }
    ]
}