GET /api/bet_types/5a12be5b-b391-4c3a-affd-bda58c94441f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a12be5b-b391-4c3a-affd-bda58c94441f",
    "match": "https://api-prod.gambitprofit.com/api/matches/2db83ebe-8d39-49bb-b745-6d0f3bf3431b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:03.809337-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": "Nashville Predators",
                "amount": 5316.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "d3ed9288-9ea6-4dee-ba00-75c3bbd73593",
            "gambit_id": "cbe2acd1-7de1-412e-9471-1b73aaeaac1d",
            "last_updated": "2023-02-24T12:37:17.611147-05:00",
            "created_at": "2023-02-23T09:07:03.811715-05:00",
            "name": "Nashville Predators",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a12be5b-b391-4c3a-affd-bda58c94441f/?format=api"
        },
        {
            "id": "d1dfa95a-b1a2-48be-9687-0be971306fec",
            "gambit_id": "123a4b0a-dbb5-4fe3-8297-21877db55608",
            "last_updated": "2023-02-24T12:37:17.610009-05:00",
            "created_at": "2023-02-23T09:07:03.810488-05:00",
            "name": "San Jose Sharks",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a12be5b-b391-4c3a-affd-bda58c94441f/?format=api"
        }
    ]
}