GET /api/bet_types/cd15c565-2bcf-4d00-b81b-052786adce55/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd15c565-2bcf-4d00-b81b-052786adce55",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d7bd765-6760-4480-9b84-b1119fd13404/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-27T09:43:11.824236-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": "Houston Texans",
                "amount": 6752.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "1379ecc1-42d1-45dd-8760-967a30a72b26",
            "gambit_id": "49df5d20-f559-4f17-a0cb-fad6fe8cb096",
            "last_updated": "2024-01-02T10:38:10.332647-05:00",
            "created_at": "2023-12-27T09:43:11.832269-05:00",
            "name": "Houston Texans",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd15c565-2bcf-4d00-b81b-052786adce55/?format=api"
        },
        {
            "id": "9a481218-2818-4407-a4b2-e77ffda72ab8",
            "gambit_id": "01658ed5-f440-4999-bda6-f23d3567304c",
            "last_updated": "2024-01-02T10:38:10.329114-05:00",
            "created_at": "2023-12-27T09:43:11.828311-05:00",
            "name": "Tennessee Titans",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd15c565-2bcf-4d00-b81b-052786adce55/?format=api"
        }
    ]
}