GET /api/bet_types/1a49dbdd-e9fb-4720-bb38-dcd497487b30/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1a49dbdd-e9fb-4720-bb38-dcd497487b30",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4757715-2304-4557-abc9-9d95367da28a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-23T08:33:17.751950-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": "MIA",
                "amount": 6390.0
            },
            {
                "team": "SDG",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1d93eb7-56fc-48ff-b68a-ee894a72802b",
            "gambit_id": "433811b6-618c-47d3-99ea-87bca08e7bb2",
            "last_updated": "2023-08-25T10:18:01.935828-04:00",
            "created_at": "2023-08-23T08:33:17.755721-04:00",
            "name": "MIA",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a49dbdd-e9fb-4720-bb38-dcd497487b30/?format=api"
        },
        {
            "id": "f084f445-b22d-49df-8d21-9465a01df8db",
            "gambit_id": "6b8d1cf2-2a8d-42a1-96e6-1229d6716320",
            "last_updated": "2023-08-25T10:18:01.944876-04:00",
            "created_at": "2023-08-23T08:33:17.761013-04:00",
            "name": "SDG",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a49dbdd-e9fb-4720-bb38-dcd497487b30/?format=api"
        }
    ]
}