GET /api/bet_types/1bfd0c2b-d044-435e-b994-8fa546953f96/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bfd0c2b-d044-435e-b994-8fa546953f96",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d6a9af4-1cf3-4cde-aa8f-22ed4bbc2397/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-25T13:28:14.487201-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": "Sacramento Kings",
                "amount": 5319.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "4232547d-84ea-4b7d-8d98-83a3542178df",
            "gambit_id": "9518b689-c967-445b-9fef-256d6ec26bc7",
            "last_updated": "2024-01-26T20:43:21.079269-05:00",
            "created_at": "2024-01-25T13:28:14.491404-05:00",
            "name": "Sacramento Kings",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfd0c2b-d044-435e-b994-8fa546953f96/?format=api"
        },
        {
            "id": "f6b43a2d-d6ec-46ef-bc0e-5cfe0a1b76b2",
            "gambit_id": "854f5e80-836d-422c-a427-bc71cfb48050",
            "last_updated": "2024-01-26T20:43:21.082540-05:00",
            "created_at": "2024-01-25T13:28:14.495395-05:00",
            "name": "Golden State Warriors",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfd0c2b-d044-435e-b994-8fa546953f96/?format=api"
        }
    ]
}