GET /api/bet_types/c38429e5-8570-4235-b989-3c03a75a31a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c38429e5-8570-4235-b989-3c03a75a31a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa2596c6-6859-429d-adc4-a9c7395bd97e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-18T12:12:03.460169-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": "ATL (S Strider)",
                "amount": 5527.0
            },
            {
                "team": "SDG (B Snell)",
                "amount": 4473.0
            }
        ],
        "expected_reward_tokens": 9616.95,
        "profit_sb": 116.95,
        "profit_sb_percentage": 1.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "06854622-4cd4-4ee6-95b8-e138d3295a74",
            "gambit_id": "4aeea1af-5506-409e-8607-5da154fc7526",
            "last_updated": "2023-04-19T12:17:15.870039-04:00",
            "created_at": "2023-04-18T12:12:03.464240-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38429e5-8570-4235-b989-3c03a75a31a4/?format=api"
        },
        {
            "id": "390d1c99-e9ce-4c58-b3e7-4e9de6ec52d9",
            "gambit_id": "b92500e8-a241-482e-be9c-5491dec24803",
            "last_updated": "2023-04-19T12:17:15.867918-04:00",
            "created_at": "2023-04-18T12:12:03.461947-04:00",
            "name": "SDG (B Snell)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c38429e5-8570-4235-b989-3c03a75a31a4/?format=api"
        }
    ]
}