GET /api/bet_types/4e8b6ba4-d090-4da7-a3a5-5e5528694329/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e8b6ba4-d090-4da7-a3a5-5e5528694329",
    "match": "https://api-prod.gambitprofit.com/api/matches/e46f4c30-e03d-4cac-9313-3cf840265839/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-08T10:38:07.205012-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": 5319.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "19131d4a-6db7-4af9-8f52-737a26122263",
            "gambit_id": "b709d0d0-7b3b-4453-b189-2f4b2efe65ed",
            "last_updated": "2023-08-10T10:18:25.661420-04:00",
            "created_at": "2023-08-08T10:38:07.210130-04:00",
            "name": "Game Total Over 9",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e8b6ba4-d090-4da7-a3a5-5e5528694329/?format=api"
        },
        {
            "id": "db1b8dbb-70e2-4215-9351-1f2cc60d24b3",
            "gambit_id": "f731bd51-0b26-4076-8612-b6810fdac53f",
            "last_updated": "2023-08-10T10:18:25.664983-04:00",
            "created_at": "2023-08-08T10:38:07.215024-04:00",
            "name": "Game Total Under 9",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e8b6ba4-d090-4da7-a3a5-5e5528694329/?format=api"
        }
    ]
}