GET /api/bet_types/bae25d9f-b266-498a-874a-a634f52df2cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bae25d9f-b266-498a-874a-a634f52df2cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/5eddb7b2-8285-44ea-b336-0fe64b5bd0ce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-08T08:23:04.741902-05: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": "Sacramento Kings",
                "amount": 7191.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 2809.0
            }
        ],
        "expected_reward_tokens": 9492.12,
        "profit_sb": -7.88,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "5b0078bd-9253-4ab9-a114-37dc41d22427",
            "gambit_id": "06f4ad74-7bcf-40ca-844b-8385127788bf",
            "last_updated": "2023-11-10T11:33:14.066212-05:00",
            "created_at": "2023-11-08T08:23:04.750874-05:00",
            "name": "Sacramento Kings",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae25d9f-b266-498a-874a-a634f52df2cb/?format=api"
        },
        {
            "id": "e7f5e3db-7cf6-4730-9c88-6407e766882b",
            "gambit_id": "f79ca3ab-5534-4ff7-8725-fb5c70d59feb",
            "last_updated": "2023-11-10T11:33:14.062492-05:00",
            "created_at": "2023-11-08T08:23:04.746585-05:00",
            "name": "Portland Trail Blazers",
            "reward": "3.38000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bae25d9f-b266-498a-874a-a634f52df2cb/?format=api"
        }
    ]
}