GET /api/bet_types/87a38214-b31d-4645-a03b-2dcfcf9c075f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87a38214-b31d-4645-a03b-2dcfcf9c075f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c7ca3c65-f883-47ae-a682-4589098d63e8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-30T10:28:01.951956-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": "Cleveland Cavaliers",
                "amount": 8273.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 1727.0
            }
        ],
        "expected_reward_tokens": 9513.95,
        "profit_sb": 13.95,
        "profit_sb_percentage": 0.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "4af04c19-fc99-4604-9465-62d85d492ac0",
            "gambit_id": "929c8e47-5238-431c-8193-0d6124780c4e",
            "last_updated": "2023-12-01T19:08:05.962264-05:00",
            "created_at": "2023-11-30T10:28:01.964378-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87a38214-b31d-4645-a03b-2dcfcf9c075f/?format=api"
        },
        {
            "id": "ee80a61f-ace8-469f-98f8-aa09ee5cc5d3",
            "gambit_id": "2c2c72d7-292f-4a86-a62d-dc2e034bbc9a",
            "last_updated": "2023-12-01T19:08:05.958181-05:00",
            "created_at": "2023-11-30T10:28:01.958267-05:00",
            "name": "Portland Trail Blazers",
            "reward": "5.51000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87a38214-b31d-4645-a03b-2dcfcf9c075f/?format=api"
        }
    ]
}