GET /api/bet_types/4cca9a0a-305b-4e4b-92b4-a62bab71b937/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4cca9a0a-305b-4e4b-92b4-a62bab71b937",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f5f649c-3d11-42a6-a8f0-772e34994197/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-01T01:03:09.922395-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 Under 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea3e4d89-7755-41f2-b078-8a716f6994a4",
            "gambit_id": "e0dfc94b-38b1-4945-ba6e-43f63fe35844",
            "last_updated": "2023-09-02T17:23:08.691894-04:00",
            "created_at": "2023-09-01T01:03:09.930519-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cca9a0a-305b-4e4b-92b4-a62bab71b937/?format=api"
        },
        {
            "id": "317e184c-cdd1-4f0e-99ea-a253bf8f890c",
            "gambit_id": "0f3d0992-dbf7-4c39-81c3-f18dee6ea2e0",
            "last_updated": "2023-09-02T17:23:08.682055-04:00",
            "created_at": "2023-09-01T01:03:09.926405-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4cca9a0a-305b-4e4b-92b4-a62bab71b937/?format=api"
        }
    ]
}