GET /api/bet_types/1b87f4de-882d-466d-9519-381376091c1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b87f4de-882d-466d-9519-381376091c1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7de88d5e-c31b-4539-9aef-ff25bbb73fd6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-18T09:16:53.021424-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": 5106.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9445.42,
        "profit_sb": -54.58,
        "profit_sb_percentage": -0.57,
        "recommended": false
    },
    "lines": [
        {
            "id": "321552ce-fce1-4ac1-a242-ef4b2cb609a1",
            "gambit_id": "d3a28391-df10-429d-b586-61522bcef499",
            "last_updated": "2023-01-19T09:37:18.448636-05:00",
            "created_at": "2023-01-18T09:16:53.022942-05:00",
            "name": "Game Total Under 6",
            "reward": "1.85000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b87f4de-882d-466d-9519-381376091c1d/?format=api"
        },
        {
            "id": "15071db7-9a69-450a-a68b-4f1bcbf57d2c",
            "gambit_id": "58724225-8844-4208-a080-8d5dcb0b0012",
            "last_updated": "2023-01-19T09:37:18.449810-05:00",
            "created_at": "2023-01-18T09:16:53.024471-05:00",
            "name": "Game Total Over 6",
            "reward": "1.93000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b87f4de-882d-466d-9519-381376091c1d/?format=api"
        }
    ]
}