GET /api/bet_types/87f658f4-a6a5-43e4-9642-d0e6dd5227df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87f658f4-a6a5-43e4-9642-d0e6dd5227df",
    "match": "https://api-prod.gambitprofit.com/api/matches/1587374f-c726-4762-b14e-15aaf487a271/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T10:08:21.760347-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": "Gilbert Urbina",
                "amount": 6309.0
            },
            {
                "team": "Charlie Radtke",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 9337.32,
        "profit_sb": -162.68,
        "profit_sb_percentage": -1.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "3e078f22-760b-4020-be43-10290df6dac8",
            "gambit_id": "9c718b81-331b-41c4-9d62-5dc471b919f9",
            "last_updated": "2024-02-06T09:33:14.193349-05:00",
            "created_at": "2024-02-02T10:08:21.769164-05:00",
            "name": "Gilbert Urbina",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87f658f4-a6a5-43e4-9642-d0e6dd5227df/?format=api"
        },
        {
            "id": "c2bd91bc-6db0-4c3e-9ef7-c6d5a493e4ac",
            "gambit_id": "8bdd2df2-417c-4ce2-acbe-df390ad26e2a",
            "last_updated": "2024-02-06T09:33:14.189352-05:00",
            "created_at": "2024-02-02T10:08:21.764315-05:00",
            "name": "Charlie Radtke",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87f658f4-a6a5-43e4-9642-d0e6dd5227df/?format=api"
        }
    ]
}