GET /api/bet_types/4d29e9d7-126d-4b92-a3d1-d3baf4d00fa0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d29e9d7-126d-4b92-a3d1-d3baf4d00fa0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f869d4aa-ffd8-4c27-a906-316ef90f0a07/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-31T00:17:10.298851-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": "Game Total Under 56.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 56.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a8f6e05-0ba7-43eb-8f6e-d21afbc6866a",
            "gambit_id": "63e770fd-549a-4548-989b-b1fae6785bb5",
            "last_updated": "2023-01-01T10:27:16.147903-05:00",
            "created_at": "2022-12-31T00:17:10.300273-05:00",
            "name": "Game Total Under 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d29e9d7-126d-4b92-a3d1-d3baf4d00fa0/?format=api"
        },
        {
            "id": "88cb21df-cf36-419c-92b1-5758e2d9293c",
            "gambit_id": "67e1f136-6163-48eb-a281-bb2f83fb42dc",
            "last_updated": "2023-01-01T10:27:16.149043-05:00",
            "created_at": "2022-12-31T00:17:10.301496-05:00",
            "name": "Game Total Over 56.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "56.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d29e9d7-126d-4b92-a3d1-d3baf4d00fa0/?format=api"
        }
    ]
}