GET /api/bet_types/a0bdec4a-4398-4484-bb1c-2a3f2824eee2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a0bdec4a-4398-4484-bb1c-2a3f2824eee2",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a2e00f6-3303-4e9b-a265-3d3f8f5f7a86/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-01T09:18:20.270887-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": "Game Total Over 10.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "00088ba3-7acd-4959-90ef-bedaa99a6741",
            "gambit_id": "04c3cd29-8452-4d0f-9058-416a0859438e",
            "last_updated": "2023-10-03T10:08:10.709840-04:00",
            "created_at": "2023-10-01T09:18:20.275153-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0bdec4a-4398-4484-bb1c-2a3f2824eee2/?format=api"
        },
        {
            "id": "39dcc0e6-f6a2-43e9-b382-abe8764a19ce",
            "gambit_id": "607f1922-1548-4c44-bd60-746f59bf4019",
            "last_updated": "2023-10-03T10:08:10.715151-04:00",
            "created_at": "2023-10-01T09:18:20.279483-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0bdec4a-4398-4484-bb1c-2a3f2824eee2/?format=api"
        }
    ]
}