GET /api/bet_types/6f95702a-6dd7-4310-83d8-4d83766e2c93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f95702a-6dd7-4310-83d8-4d83766e2c93",
    "match": "https://api-prod.gambitprofit.com/api/matches/e0bfeac9-74a9-4ac6-9ef2-3370e8d9cf2c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-12T09:48:14.265796-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": "Atlanta Hawks",
                "amount": 6643.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9433.06,
        "profit_sb": -66.94,
        "profit_sb_percentage": -0.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "8768a56c-116f-480f-8d09-8e84a31b03de",
            "gambit_id": "9b736eb5-9093-4959-9dc5-c6c8d342d300",
            "last_updated": "2024-01-15T10:13:35.955303-05:00",
            "created_at": "2024-01-12T09:48:14.273936-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f95702a-6dd7-4310-83d8-4d83766e2c93/?format=api"
        },
        {
            "id": "bc660b2b-a7b6-4046-94fc-c682898ac34e",
            "gambit_id": "ab1e46a8-98ca-4623-aea4-57e1c9f8faa2",
            "last_updated": "2024-01-15T10:13:35.951035-05:00",
            "created_at": "2024-01-12T09:48:14.269681-05:00",
            "name": "Indiana Pacers",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f95702a-6dd7-4310-83d8-4d83766e2c93/?format=api"
        }
    ]
}