GET /api/bet_types/848e0edf-3841-46fd-b250-939b192a0407/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "848e0edf-3841-46fd-b250-939b192a0407",
    "match": "https://api-prod.gambitprofit.com/api/matches/21d8c502-77ae-411c-ab0a-93433f8803ec/?format=api",
    "name": "Play the Odds",
    "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": "Virginia",
                "amount": 5000.0
            },
            {
                "team": "Pittsburgh",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1f102d60-2099-4629-ac22-b9fbf9ccfcaa",
            "gambit_id": "fc7dd0a9-dc0f-4499-938a-ca66541dfe40",
            "last_updated": "2022-11-14T10:33:47.158762-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Virginia",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/848e0edf-3841-46fd-b250-939b192a0407/?format=api"
        },
        {
            "id": "935cff43-8ded-4902-b052-792f44c93635",
            "gambit_id": "4a53f2d8-d585-4165-88a3-906a3efd2e05",
            "last_updated": "2022-11-14T10:33:47.160032-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/848e0edf-3841-46fd-b250-939b192a0407/?format=api"
        }
    ]
}