GET /api/bet_types/c58b93af-4ea2-4fea-bfc4-ec4cb9446cd1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c58b93af-4ea2-4fea-bfc4-ec4cb9446cd1",
    "match": "https://api-prod.gambitprofit.com/api/matches/632cd8ba-ab3e-47b2-95c9-cdfe9c643a80/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-20T05:38:18.069815-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": "Los Angeles Kings",
                "amount": 5319.0
            },
            {
                "team": "New York Rangers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "474030ae-8103-4b4e-aa28-2635de3b3cf6",
            "gambit_id": "d77fa0e3-a9bf-40f5-81af-6bad276487ce",
            "last_updated": "2024-01-23T20:18:20.578105-05:00",
            "created_at": "2024-01-20T05:38:18.079595-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58b93af-4ea2-4fea-bfc4-ec4cb9446cd1/?format=api"
        },
        {
            "id": "1eedd3e9-d377-4172-849f-b3d14210ade5",
            "gambit_id": "4c2ea475-ffc3-4fd5-a3f9-4193ea800961",
            "last_updated": "2024-01-23T20:18:20.574837-05:00",
            "created_at": "2024-01-20T05:38:18.074585-05:00",
            "name": "New York Rangers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c58b93af-4ea2-4fea-bfc4-ec4cb9446cd1/?format=api"
        }
    ]
}