GET /api/bet_types/9cc24bbb-3597-4601-99ba-0d623dae1de0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cc24bbb-3597-4601-99ba-0d623dae1de0",
    "match": "https://api-prod.gambitprofit.com/api/matches/453941f5-4c98-4821-9eea-58039321856b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:06.547242-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": "Philadelphia Eagles",
                "amount": 8584.0
            },
            {
                "team": "New York Giants",
                "amount": 1416.0
            }
        ],
        "expected_reward_tokens": 9528.24,
        "profit_sb": 28.24,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "60519fd1-54e5-42c7-99ef-4c4dbf98b094",
            "gambit_id": "8475f990-f57f-469d-8c51-8d1a89abf70c",
            "last_updated": "2023-12-26T20:18:06.773926-05:00",
            "created_at": "2023-12-20T11:13:06.555317-05:00",
            "name": "Philadelphia Eagles",
            "reward": "1.11000",
            "odds": "1.11110",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cc24bbb-3597-4601-99ba-0d623dae1de0/?format=api"
        },
        {
            "id": "ae2be77f-8512-4031-89b8-50bb2e8e7c51",
            "gambit_id": "f05a286c-654e-4c0d-ab8c-9c78006d7e48",
            "last_updated": "2023-12-26T20:18:06.759160-05:00",
            "created_at": "2023-12-20T11:13:06.551431-05:00",
            "name": "New York Giants",
            "reward": "6.73000",
            "odds": "7.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cc24bbb-3597-4601-99ba-0d623dae1de0/?format=api"
        }
    ]
}