GET /api/bet_types/953f4670-69f4-4420-8e68-28616e7e8313/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "953f4670-69f4-4420-8e68-28616e7e8313",
    "match": "https://api-prod.gambitprofit.com/api/matches/82b698f2-aac8-4c2c-8061-020e7643f82b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:10.239856-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cd6aad0-8f45-40a9-b3b4-1208bead3d77",
            "gambit_id": "a9a8b761-a21b-4377-ae5e-a78e12996053",
            "last_updated": "2023-12-04T15:38:01.107492-05:00",
            "created_at": "2023-12-02T08:28:10.249257-05:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/953f4670-69f4-4420-8e68-28616e7e8313/?format=api"
        },
        {
            "id": "503fe80f-038f-48d3-8500-b856a4b54e8b",
            "gambit_id": "b167f3bb-18e7-4f67-9695-57ae1fa85e30",
            "last_updated": "2023-12-04T15:38:01.103635-05:00",
            "created_at": "2023-12-02T08:28:10.243124-05:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/953f4670-69f4-4420-8e68-28616e7e8313/?format=api"
        }
    ]
}