GET /api/bet_types/16b9d104-b205-4e17-9727-4e233c7cc31a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16b9d104-b205-4e17-9727-4e233c7cc31a",
    "match": "https://api-prod.gambitprofit.com/api/matches/69a0d6b9-0143-4fb6-b01d-d00f06403b73/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-24T10:38:12.820056-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d7878419-6f44-460e-9d10-786fcb2a97f5",
            "gambit_id": "a58aa8ea-49ad-42b5-ae7d-0685684444ce",
            "last_updated": "2023-09-26T09:22:59.298263-04:00",
            "created_at": "2023-09-24T10:38:12.839936-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16b9d104-b205-4e17-9727-4e233c7cc31a/?format=api"
        },
        {
            "id": "63435d29-ae2c-4488-93f4-78e831204e56",
            "gambit_id": "44134d2b-392d-4764-b364-603aa4bbb126",
            "last_updated": "2023-09-26T09:22:59.294694-04:00",
            "created_at": "2023-09-24T10:38:12.831238-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16b9d104-b205-4e17-9727-4e233c7cc31a/?format=api"
        }
    ]
}