GET /api/bet_types/05943521-d399-458d-bba8-362eb89c0f3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "05943521-d399-458d-bba8-362eb89c0f3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac6c5f19-b80b-43d7-a819-1443e1d94a28/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-02T09:58:19.619087-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 Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "054e4308-2da6-435a-84c9-c01a7dccad11",
            "gambit_id": "e53dc796-0643-488d-84af-72e06c3736d7",
            "last_updated": "2024-02-03T10:37:57.596218-05:00",
            "created_at": "2024-02-02T09:58:19.623456-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05943521-d399-458d-bba8-362eb89c0f3f/?format=api"
        },
        {
            "id": "d726dc1f-2a33-483c-b76b-653ac24d0c3e",
            "gambit_id": "07671b69-b550-46cc-adab-489bb2aef15a",
            "last_updated": "2024-02-03T10:37:57.599778-05:00",
            "created_at": "2024-02-02T09:58:19.627077-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05943521-d399-458d-bba8-362eb89c0f3f/?format=api"
        }
    ]
}