GET /api/bet_types/d0f32660-7f44-4b66-b766-1324bb3cfaf4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0f32660-7f44-4b66-b766-1324bb3cfaf4",
    "match": "https://api-prod.gambitprofit.com/api/matches/133c75b2-284e-45a0-90b6-7460a6d0f607/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-07T09:27:15.269451-04: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 Orleans Pelicans",
                "amount": 7525.0
            },
            {
                "team": "New York Knicks",
                "amount": 2475.0
            }
        ],
        "expected_reward_tokens": 9479.25,
        "profit_sb": -20.75,
        "profit_sb_percentage": -0.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e600e24-1b6e-4a41-9e88-3bbd1e93ff1b",
            "gambit_id": "27160975-6421-4778-8b0d-a7a21c423a69",
            "last_updated": "2023-04-08T20:47:04.003753-04:00",
            "created_at": "2023-04-07T09:27:15.271995-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.26000",
            "odds": "1.27030",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0f32660-7f44-4b66-b766-1324bb3cfaf4/?format=api"
        },
        {
            "id": "c201caad-4a7b-444c-a5dd-43572cd15e85",
            "gambit_id": "037be611-3752-475b-9e16-384952a8bc4e",
            "last_updated": "2023-04-08T20:47:04.005365-04:00",
            "created_at": "2023-04-07T09:27:15.274809-04:00",
            "name": "New York Knicks",
            "reward": "3.83000",
            "odds": "3.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0f32660-7f44-4b66-b766-1324bb3cfaf4/?format=api"
        }
    ]
}