GET /api/bet_types/ed11efd9-6ee4-4b8a-8815-2012df4d2205/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ed11efd9-6ee4-4b8a-8815-2012df4d2205",
    "match": "https://api-prod.gambitprofit.com/api/matches/3780a699-e3fa-44dc-a048-c851df6e1e05/?format=api",
    "name": "FreeForm",
    "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": "Even",
                "amount": 5000.0
            },
            {
                "team": "Odd",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "e4d41a7d-8792-478d-b27e-c5646b067389",
            "gambit_id": "5f69a4c4-9ce8-48bb-9cb5-49665338f6e5",
            "last_updated": "2022-09-11T19:57:01.992086-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Even",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed11efd9-6ee4-4b8a-8815-2012df4d2205/?format=api"
        },
        {
            "id": "57392d6f-c5ca-4374-9ee9-6f3458fa0d8c",
            "gambit_id": "0a2dcb3b-7930-4cac-adad-100afaa60dd8",
            "last_updated": "2022-09-11T19:57:01.993226-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Odd",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed11efd9-6ee4-4b8a-8815-2012df4d2205/?format=api"
        }
    ]
}