GET /api/bet_types/c6dd1c9b-7bc4-45dd-a128-95ddfe39431d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c6dd1c9b-7bc4-45dd-a128-95ddfe39431d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7de36173-3a29-45fb-bc2f-56146dc58b8f/?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": "Denver Nuggets",
                "amount": 6816.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 3184.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "fc577897-d945-4a69-bbec-60dddd2a5bc2",
            "gambit_id": "323cc430-b129-4886-861e-a074838bc2c2",
            "last_updated": "2022-11-04T09:07:32.645458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Denver Nuggets",
            "reward": "1.35000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6dd1c9b-7bc4-45dd-a128-95ddfe39431d/?format=api"
        },
        {
            "id": "a1deb94f-221d-4356-b6f2-f0ac3f1f9b09",
            "gambit_id": "cb76055e-cfad-43e2-a142-328dd8ab9744",
            "last_updated": "2022-11-04T09:07:32.644470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "2.89000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c6dd1c9b-7bc4-45dd-a128-95ddfe39431d/?format=api"
        }
    ]
}