GET /api/bet_types/fa1e2646-108b-4b67-80b9-91e9bd23bd47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa1e2646-108b-4b67-80b9-91e9bd23bd47",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f64b89a-7ecd-4d84-adf5-c3ac59341274/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-11T10:21:51.610488-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 Chargers",
                "amount": 5482.0
            },
            {
                "team": "Jacksonville Jaguars",
                "amount": 4518.0
            }
        ],
        "expected_reward_tokens": 8990.48,
        "profit_sb": -9.52,
        "profit_sb_percentage": -0.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "52b09904-76f4-41db-bad4-c5562b96399c",
            "gambit_id": "8997628e-a73c-4f5f-a31d-315c74380541",
            "last_updated": "2023-01-15T15:22:17.016160-05:00",
            "created_at": "2023-01-11T10:21:51.612762-05:00",
            "name": "Los Angeles Chargers",
            "reward": "1.64000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa1e2646-108b-4b67-80b9-91e9bd23bd47/?format=api"
        },
        {
            "id": "a40d575b-7e2f-49fb-b645-d04b269a5e48",
            "gambit_id": "94ba9c25-31df-4b78-a442-51c8abb19477",
            "last_updated": "2023-01-15T15:22:17.013099-05:00",
            "created_at": "2023-01-11T10:21:51.611578-05:00",
            "name": "Jacksonville Jaguars",
            "reward": "1.99000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa1e2646-108b-4b67-80b9-91e9bd23bd47/?format=api"
        }
    ]
}