GET /api/bet_types/f2a3440d-dbd2-4664-9199-7651120f571c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2a3440d-dbd2-4664-9199-7651120f571c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4adc4dd7-968b-4d44-bc8f-94d0bbb92db6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T09:58:15.084173-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": "Total Rounds Under 1.5",
                "amount": 7704.0
            },
            {
                "team": "Total Rounds Over 1.5",
                "amount": 2296.0
            }
        ],
        "expected_reward_tokens": 9321.76,
        "profit_sb": -178.24,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e7e5677-7685-4bcf-941e-a624d1c99dcb",
            "gambit_id": "791519db-7213-4576-8230-bf54d91056f0",
            "last_updated": "2023-07-10T18:18:17.869525-04:00",
            "created_at": "2023-07-08T09:58:15.089863-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "1.21000",
            "odds": "1.22220",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a3440d-dbd2-4664-9199-7651120f571c/?format=api"
        },
        {
            "id": "7a68b411-00f6-4797-9473-f4c81755ef4f",
            "gambit_id": "88a82f1a-2e59-49a1-8d21-4f312acd7695",
            "last_updated": "2023-07-10T18:18:17.867907-04:00",
            "created_at": "2023-07-08T09:58:15.087202-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "4.06000",
            "odds": "4.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2a3440d-dbd2-4664-9199-7651120f571c/?format=api"
        }
    ]
}