GET /api/bet_types/aba59d2c-07d6-460a-b933-0e9d65b65c6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aba59d2c-07d6-460a-b933-0e9d65b65c6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/08089478-68e8-4a8a-b7e4-ace748da88f1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-14T09:13:25.056514-04: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": "TAM (T Glasnow)",
                "amount": 6885.0
            },
            {
                "team": "KAN (A Marsh)",
                "amount": 3115.0
            }
        ],
        "expected_reward_tokens": 9500.75,
        "profit_sb": 0.75,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5b26e35-b34a-4092-8135-d78452527361",
            "gambit_id": "c3a6ee02-2928-4433-9cf7-9f34f285d74b",
            "last_updated": "2023-07-17T09:08:01.843722-04:00",
            "created_at": "2023-07-14T09:13:25.057989-04:00",
            "name": "TAM (T Glasnow)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba59d2c-07d6-460a-b933-0e9d65b65c6d/?format=api"
        },
        {
            "id": "dc67276c-6a66-4b40-9dec-13f0cc87dcba",
            "gambit_id": "a295b2f9-9c3e-409b-b3d9-8b725476e687",
            "last_updated": "2023-07-17T09:08:01.845071-04:00",
            "created_at": "2023-07-14T09:13:25.059525-04:00",
            "name": "KAN (A Marsh)",
            "reward": "3.05000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aba59d2c-07d6-460a-b933-0e9d65b65c6d/?format=api"
        }
    ]
}