GET /api/bet_types/5e2863fe-2a82-492c-baac-e4ecf8d01b39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e2863fe-2a82-492c-baac-e4ecf8d01b39",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ae35f71-d6fd-4109-9f49-d5cac3ae1cbf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-19T09:13:25.985947-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8e7525d3-50bd-4974-92e1-7af72d94343f",
            "gambit_id": "b7b31329-e7e4-415b-9af8-572296039440",
            "last_updated": "2023-09-21T09:43:20.217822-04:00",
            "created_at": "2023-09-19T09:13:26.001058-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e2863fe-2a82-492c-baac-e4ecf8d01b39/?format=api"
        },
        {
            "id": "21162c95-9fbb-4e2c-b238-6adad1169981",
            "gambit_id": "c4ecd77f-a648-409f-af05-13604a63a603",
            "last_updated": "2023-09-21T09:43:20.221169-04:00",
            "created_at": "2023-09-19T09:13:26.020343-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e2863fe-2a82-492c-baac-e4ecf8d01b39/?format=api"
        }
    ]
}