GET /api/bet_types/2c3445ae-317c-41e0-9214-f1bb65d252ca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c3445ae-317c-41e0-9214-f1bb65d252ca",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8ce8d5a-6dc4-497e-a9b1-2ed5393eb648/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T11:56:57.924583-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": 6104.0
            },
            {
                "team": "New York Knicks",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "33efdfba-9536-4db3-b9be-0a5401215a25",
            "gambit_id": "73c2e06d-046b-4c2b-a43c-8136e7ed2a1e",
            "last_updated": "2023-02-16T16:52:03.330892-05:00",
            "created_at": "2023-02-15T11:56:57.925882-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c3445ae-317c-41e0-9214-f1bb65d252ca/?format=api"
        },
        {
            "id": "7f81a6f2-ffea-4aa9-83bb-b2e9a4962a5e",
            "gambit_id": "e41c805c-b23a-4b27-98ea-ce4106ec7c6c",
            "last_updated": "2023-02-16T16:52:03.332040-05:00",
            "created_at": "2023-02-15T11:56:57.927118-05:00",
            "name": "New York Knicks",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c3445ae-317c-41e0-9214-f1bb65d252ca/?format=api"
        }
    ]
}