GET /api/bet_types/c5405120-b7d8-409a-8c58-92398d604516/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5405120-b7d8-409a-8c58-92398d604516",
    "match": "https://api-prod.gambitprofit.com/api/matches/f62b70f4-8962-483e-9681-aee679920948/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Los Angeles Dodgers",
                "amount": 7223.0
            },
            {
                "team": "San Francisco Giants",
                "amount": 2777.0
            }
        ],
        "expected_reward_tokens": 9245.44,
        "profit_sb": 245.44,
        "profit_sb_percentage": 2.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee382724-8567-4606-ba20-8ff90b970425",
            "gambit_id": "2a94a6b6-f0cd-4c61-bd70-9befb6161ef5",
            "last_updated": "2022-09-07T12:47:04.309916-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.28000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5405120-b7d8-409a-8c58-92398d604516/?format=api"
        },
        {
            "id": "b8248eed-ecda-4b13-83af-6273593ed3d5",
            "gambit_id": "289c7075-4929-45d1-9fb0-5d280d2dfc53",
            "last_updated": "2022-09-07T12:47:04.311050-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco Giants",
            "reward": "3.33000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5405120-b7d8-409a-8c58-92398d604516/?format=api"
        }
    ]
}