GET /api/bet_types/e819d240-2fd0-42bf-b2ac-35a176ecbcba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e819d240-2fd0-42bf-b2ac-35a176ecbcba",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ddb7e10-d5cf-415d-83e7-1d3214f100d8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-26T09:18:17.827647-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": "NYY (C Rodon)",
                "amount": 5714.0
            },
            {
                "team": "NYM (J Quintana)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "f7f5b2fb-5da5-48bd-a292-e9a416f2b045",
            "gambit_id": "5b193475-0c10-4605-bf0b-45ffce49832e",
            "last_updated": "2023-07-27T19:13:26.220065-04:00",
            "created_at": "2023-07-26T09:18:17.847472-04:00",
            "name": "NYY (C Rodon)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e819d240-2fd0-42bf-b2ac-35a176ecbcba/?format=api"
        },
        {
            "id": "340b9220-1778-43c1-8aa7-045c44cce8b7",
            "gambit_id": "f35c971a-18a1-42f4-b7ab-935d7c365c79",
            "last_updated": "2023-07-27T19:13:26.216652-04:00",
            "created_at": "2023-07-26T09:18:17.831321-04:00",
            "name": "NYM (J Quintana)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e819d240-2fd0-42bf-b2ac-35a176ecbcba/?format=api"
        }
    ]
}