GET /api/bet_types/7f4b4229-bd07-4069-919b-e2bd7455b2ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f4b4229-bd07-4069-919b-e2bd7455b2ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/8058ad3a-6790-40cd-8c8d-3a1e6502ea3f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-30T08:58:07.515647-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": 6554.0
            },
            {
                "team": "Los Angeles Lakers",
                "amount": 3446.0
            }
        ],
        "expected_reward_tokens": 9372.22,
        "profit_sb": -127.78,
        "profit_sb_percentage": -1.35,
        "recommended": false
    },
    "lines": [
        {
            "id": "700430a6-fb1a-48b9-a94e-3fe7eb70cfca",
            "gambit_id": "1c05eedd-a879-4cba-8044-de3591c73957",
            "last_updated": "2024-01-31T21:53:07.005824-05:00",
            "created_at": "2024-01-30T08:58:07.525002-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f4b4229-bd07-4069-919b-e2bd7455b2ae/?format=api"
        },
        {
            "id": "4233e30f-b586-44ed-aa7e-ec1248c16f5c",
            "gambit_id": "e60cfe25-6a81-4308-8bd7-a87928e6105c",
            "last_updated": "2024-01-31T21:53:07.002462-05:00",
            "created_at": "2024-01-30T08:58:07.520083-05:00",
            "name": "Los Angeles Lakers",
            "reward": "2.72000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f4b4229-bd07-4069-919b-e2bd7455b2ae/?format=api"
        }
    ]
}