GET /api/bet_types/c471552c-2294-4852-ae79-085c9530240a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c471552c-2294-4852-ae79-085c9530240a",
    "match": "https://api-prod.gambitprofit.com/api/matches/5de9d373-78d1-4542-9fa4-c4de085663bd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-15T10:23:24.274329-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": "New York Knicks",
                "amount": 6554.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "bc73359d-4e7f-443e-bdac-b5a00792682a",
            "gambit_id": "a03c24c1-672a-46c8-a3b3-f1cb72eea45b",
            "last_updated": "2024-01-17T22:13:13.622233-05:00",
            "created_at": "2024-01-15T10:23:24.282918-05:00",
            "name": "New York Knicks",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c471552c-2294-4852-ae79-085c9530240a/?format=api"
        },
        {
            "id": "b89a460b-dedd-4280-8a73-58cc0730bbda",
            "gambit_id": "0213c671-7369-4562-98bd-ba57726afd86",
            "last_updated": "2024-01-17T22:13:13.618882-05:00",
            "created_at": "2024-01-15T10:23:24.278362-05:00",
            "name": "Orlando Magic",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c471552c-2294-4852-ae79-085c9530240a/?format=api"
        }
    ]
}