GET /api/bet_types/39c17608-3446-41f8-bc1b-ca377c17f2da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39c17608-3446-41f8-bc1b-ca377c17f2da",
    "match": "https://api-prod.gambitprofit.com/api/matches/db38978c-5ba5-409a-98f3-94981273a33a/?format=api",
    "name": "FreeForm",
    "created_at": "2024-01-30T09:13:10.933192-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": "Odd",
                "amount": 5000.0
            },
            {
                "team": "Even",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e587e08-813f-4c1e-bd22-ebfde50bb9af",
            "gambit_id": "c9464292-9c86-48e5-a940-115361b57c81",
            "last_updated": "2024-02-01T10:58:04.303074-05:00",
            "created_at": "2024-01-30T09:13:10.938169-05:00",
            "name": "Odd",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39c17608-3446-41f8-bc1b-ca377c17f2da/?format=api"
        },
        {
            "id": "8e9f7183-d3ea-45e3-aba4-bb2a44379033",
            "gambit_id": "24a3d9b9-3430-4eb9-824d-6da254bcc494",
            "last_updated": "2024-02-01T10:58:04.306731-05:00",
            "created_at": "2024-01-30T09:13:10.942852-05:00",
            "name": "Even",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39c17608-3446-41f8-bc1b-ca377c17f2da/?format=api"
        }
    ]
}