GET /api/bet_types/e2639a87-89d5-4a43-8c10-83c4721e4f0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2639a87-89d5-4a43-8c10-83c4721e4f0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/af6410f6-86c8-43a2-a526-4db542035639/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-26T10:56:55.713123-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": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbcba6a9-22f1-4cf6-9c22-038ab7abe7c4",
            "gambit_id": "9b04b699-cb60-4530-a863-f8efb1f8fa6f",
            "last_updated": "2023-01-27T10:17:14.492833-05:00",
            "created_at": "2023-01-26T10:56:55.715206-05:00",
            "name": "Game Total Under 6",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2639a87-89d5-4a43-8c10-83c4721e4f0f/?format=api"
        },
        {
            "id": "83b120a8-3263-419d-ab73-f01958fa65e8",
            "gambit_id": "d808e94b-f93f-4090-b984-51b2d1351452",
            "last_updated": "2023-01-27T10:17:14.494101-05:00",
            "created_at": "2023-01-26T10:56:55.717121-05:00",
            "name": "Game Total Over 6",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2639a87-89d5-4a43-8c10-83c4721e4f0f/?format=api"
        }
    ]
}