GET /api/bet_types/1ca3f101-99d2-40e0-bb9b-803292a4298e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ca3f101-99d2-40e0-bb9b-803292a4298e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cae1803b-8118-45f9-a25d-6e236db79149/?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": "East Carolina",
                "amount": 6563.0
            },
            {
                "team": "Memphis",
                "amount": 3437.0
            }
        ],
        "expected_reward_tokens": 9450.72,
        "profit_sb": -49.28,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "af464559-61d9-451c-9342-b623650d8cdf",
            "gambit_id": "75a497d8-e816-4d51-a614-fe56536f2dae",
            "last_updated": "2022-10-17T09:56:50.970967-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "East Carolina",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ca3f101-99d2-40e0-bb9b-803292a4298e/?format=api"
        },
        {
            "id": "211b95c0-4973-4e23-9ec4-23e3f9035915",
            "gambit_id": "35fb0227-ce1f-458d-abd8-a498b6727513",
            "last_updated": "2022-10-17T09:56:50.972106-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "2.75000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ca3f101-99d2-40e0-bb9b-803292a4298e/?format=api"
        }
    ]
}