GET /api/bet_types/bc1f7964-c0df-48a1-95dc-69d350442cd0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bc1f7964-c0df-48a1-95dc-69d350442cd0",
    "match": "https://api-prod.gambitprofit.com/api/matches/c75e78c6-824f-4d3a-ac4c-eecdf011edbe/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-13T10:18:27.984296-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b5651c2-0e52-4c60-b373-c59cd12a3eb8",
            "gambit_id": "ceb3a0a5-62b3-42a5-8de3-a898fb14f09b",
            "last_updated": "2023-08-14T10:58:17.774173-04:00",
            "created_at": "2023-08-13T10:18:27.992174-04:00",
            "name": "Game Total Under 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc1f7964-c0df-48a1-95dc-69d350442cd0/?format=api"
        },
        {
            "id": "bb0b0634-7f0a-4561-a09d-a42a90a43fbf",
            "gambit_id": "079e4c6d-d0a7-4184-968b-0807b5a4363d",
            "last_updated": "2023-08-14T10:58:17.777428-04:00",
            "created_at": "2023-08-13T10:18:27.988060-04:00",
            "name": "Game Total Over 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc1f7964-c0df-48a1-95dc-69d350442cd0/?format=api"
        }
    ]
}