GET /api/bet_types/2fb21f87-ea79-4d89-9c8a-6cd6fb4172be/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2fb21f87-ea79-4d89-9c8a-6cd6fb4172be",
    "match": "https://api-prod.gambitprofit.com/api/matches/16017e41-2ff5-409d-b2a5-7ce190c505e4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-05T08:42:58.140480-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 (R Vasquez)",
                "amount": 5117.0
            },
            {
                "team": "BAL (D Kremer)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "88dd3e5c-3d04-459e-8648-64d5025aa1c2",
            "gambit_id": "5c3a6579-46e7-4851-bcf1-1f757ad7c991",
            "last_updated": "2023-07-06T12:28:22.906157-04:00",
            "created_at": "2023-07-05T08:42:58.144507-04:00",
            "name": "NYY (R Vasquez)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fb21f87-ea79-4d89-9c8a-6cd6fb4172be/?format=api"
        },
        {
            "id": "77b0da4a-e8ef-4112-8733-1a90b72462b5",
            "gambit_id": "66a4fa23-0e65-49c1-8593-1c3f4eee03dc",
            "last_updated": "2023-07-06T12:28:22.904592-04:00",
            "created_at": "2023-07-05T08:42:58.142489-04:00",
            "name": "BAL (D Kremer)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2fb21f87-ea79-4d89-9c8a-6cd6fb4172be/?format=api"
        }
    ]
}