GET /api/bet_types/6165b224-3758-4b8d-85d3-9c5b1feb312b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6165b224-3758-4b8d-85d3-9c5b1feb312b",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd75ac67-eaad-4796-a06c-f3d0c89f78eb/?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": "Philadelphia Eagles",
                "amount": 8403.0
            },
            {
                "team": "Houston Texans",
                "amount": 1597.0
            }
        ],
        "expected_reward_tokens": 9326.48,
        "profit_sb": 326.48,
        "profit_sb_percentage": 3.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "11c7e1b6-75ce-421a-b642-b2a0ae4f7ba9",
            "gambit_id": "97a019ae-254f-4e4a-8d41-ee6627bd82c6",
            "last_updated": "2022-11-04T09:07:45.389146-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.11000",
            "odds": "1.12500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6165b224-3758-4b8d-85d3-9c5b1feb312b/?format=api"
        },
        {
            "id": "3a7c3e4c-fec9-4754-b22f-f2d70d671f66",
            "gambit_id": "d0c46a50-75b2-4354-918d-1875d3774ac9",
            "last_updated": "2022-11-04T09:07:45.388199-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "5.84000",
            "odds": "6.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6165b224-3758-4b8d-85d3-9c5b1feb312b/?format=api"
        }
    ]
}