GET /api/bet_types/58b99ac5-fced-4f4f-bef6-ed6aafdf8544/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58b99ac5-fced-4f4f-bef6-ed6aafdf8544",
    "match": "https://api-prod.gambitprofit.com/api/matches/79219904-509e-49fa-88fb-2f5ce8461a02/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-31T10:13:05.613813-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": "Memphis Grizzlies",
                "amount": 5134.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 4866.0
            }
        ],
        "expected_reward_tokens": 9342.72,
        "profit_sb": -157.28,
        "profit_sb_percentage": -1.66,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bddcf55-0a4e-42cf-b091-32e2b40e8358",
            "gambit_id": "e2c4d601-fef6-4a48-a8b3-aaab5df98d5f",
            "last_updated": "2024-01-02T10:13:09.338551-05:00",
            "created_at": "2023-12-31T10:13:05.657893-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.82000",
            "odds": "1.86210",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b99ac5-fced-4f4f-bef6-ed6aafdf8544/?format=api"
        },
        {
            "id": "b6485c9c-0c82-445c-847f-fdd173c7bed0",
            "gambit_id": "0486266c-13d2-4268-a0ab-35b4d032aee0",
            "last_updated": "2024-01-02T10:13:09.335313-05:00",
            "created_at": "2023-12-31T10:13:05.640150-05:00",
            "name": "Sacramento Kings",
            "reward": "1.92000",
            "odds": "1.96150",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58b99ac5-fced-4f4f-bef6-ed6aafdf8544/?format=api"
        }
    ]
}