GET /api/bet_types/d3400541-3df4-4f93-ae44-f8c5cdcdbac9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3400541-3df4-4f93-ae44-f8c5cdcdbac9",
    "match": "https://api-prod.gambitprofit.com/api/matches/99f5471c-efb4-426c-9cb5-175c38a03a59/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T08:38:22.132213-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8c426834-5c7b-450f-adda-ddea2240db1a",
            "gambit_id": "278baeb7-7481-49c4-baab-c5f982714542",
            "last_updated": "2023-07-10T10:18:20.661393-04:00",
            "created_at": "2023-07-08T08:38:22.135394-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3400541-3df4-4f93-ae44-f8c5cdcdbac9/?format=api"
        },
        {
            "id": "0972034f-0125-4e49-ae0e-b197c48c6980",
            "gambit_id": "e34fccdd-1dfb-4976-a6c8-b140ab381b1f",
            "last_updated": "2023-07-10T10:18:20.664210-04:00",
            "created_at": "2023-07-08T08:38:22.138576-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3400541-3df4-4f93-ae44-f8c5cdcdbac9/?format=api"
        }
    ]
}