GET /api/bet_types/7d284d1f-0483-490c-a9a2-1f5741d3c848/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7d284d1f-0483-490c-a9a2-1f5741d3c848",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e264847-a1c9-4664-834b-419f86662b4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:16.893532-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": "Miami Dolphins",
                "amount": 7869.0
            },
            {
                "team": "New York Jets",
                "amount": 2131.0
            }
        ],
        "expected_reward_tokens": 9440.33,
        "profit_sb": -59.67,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "30f06b65-9041-4744-b15c-0dd473afb379",
            "gambit_id": "821adcef-2e65-4272-9a10-b681f3ac174a",
            "last_updated": "2023-11-25T11:38:12.619275-05:00",
            "created_at": "2023-11-22T09:13:16.897180-05:00",
            "name": "Miami Dolphins",
            "reward": "1.20000",
            "odds": "1.21280",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d284d1f-0483-490c-a9a2-1f5741d3c848/?format=api"
        },
        {
            "id": "8f8c86f5-cf1c-40d8-bd31-f682c02308f0",
            "gambit_id": "8a3995f4-5a13-4307-be51-6e107ae27c3e",
            "last_updated": "2023-11-25T11:38:12.622807-05:00",
            "created_at": "2023-11-22T09:13:16.901199-05:00",
            "name": "New York Jets",
            "reward": "4.43000",
            "odds": "4.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d284d1f-0483-490c-a9a2-1f5741d3c848/?format=api"
        }
    ]
}