GET /api/bet_types/bac3881f-1c34-4fe5-9eb1-041789e09724/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bac3881f-1c34-4fe5-9eb1-041789e09724",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a64a728-925e-416d-87f2-b80c7fd5b7bb/?format=api",
    "name": "Pick the Winner",
    "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": "Rice",
                "amount": 8499.0
            },
            {
                "team": "Charlotte",
                "amount": 1501.0
            }
        ],
        "expected_reward_tokens": 9516.34,
        "profit_sb": 16.34,
        "profit_sb_percentage": 0.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "0401b45e-ee45-4a79-bf6c-9b0944ec649f",
            "gambit_id": "ad04b443-0783-4db7-a06f-a727ed6570ca",
            "last_updated": "2022-10-31T10:42:23.991052-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Rice",
            "reward": "1.12000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bac3881f-1c34-4fe5-9eb1-041789e09724/?format=api"
        },
        {
            "id": "dbd9c231-3ae5-4350-94c5-9e47bba3b427",
            "gambit_id": "5cc7e456-6fe2-492f-9b5a-4a11525f73e2",
            "last_updated": "2022-10-31T10:42:23.992086-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte",
            "reward": "6.34000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bac3881f-1c34-4fe5-9eb1-041789e09724/?format=api"
        }
    ]
}