GET /api/bet_types/8eb07427-fd4f-44a3-ab58-c94477e72aa2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8eb07427-fd4f-44a3-ab58-c94477e72aa2",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0e642cf-f0a0-4ef7-b897-5b8783ca6f35/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-02T09:33:15.204818-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": "BOS (T Houck)",
                "amount": 6139.0
            },
            {
                "team": "KAN (A Marsh)",
                "amount": 3861.0
            }
        ],
        "expected_reward_tokens": 9575.28,
        "profit_sb": 75.28,
        "profit_sb_percentage": 0.79,
        "recommended": true
    },
    "lines": [
        {
            "id": "965d26d1-6129-4e6f-b348-a6a6d70a1bb5",
            "gambit_id": "12ff1192-1327-4873-8ead-84198790e044",
            "last_updated": "2023-09-04T12:53:28.180325-04:00",
            "created_at": "2023-09-02T09:33:15.209622-04:00",
            "name": "BOS (T Houck)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb07427-fd4f-44a3-ab58-c94477e72aa2/?format=api"
        },
        {
            "id": "b51def74-53c4-4e75-bedf-e4dddc88b393",
            "gambit_id": "d71150d3-16b6-4c27-9cc0-92f67db90087",
            "last_updated": "2023-09-04T12:53:28.183745-04:00",
            "created_at": "2023-09-02T09:33:15.214388-04:00",
            "name": "KAN (A Marsh)",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8eb07427-fd4f-44a3-ab58-c94477e72aa2/?format=api"
        }
    ]
}