GET /api/bet_types/cedf7ac7-ffc4-44b0-a610-e860670a270f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cedf7ac7-ffc4-44b0-a610-e860670a270f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b99fe8f4-b221-408d-ab79-4b1736fb24bf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-11T11:17:06.103443-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c35b24a2-a371-447a-8708-f3327487e7c2",
            "gambit_id": "32a85d2b-b53b-4cf9-99c9-617e0502d6e7",
            "last_updated": "2023-05-14T10:57:12.778026-04:00",
            "created_at": "2023-05-11T11:17:06.106838-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cedf7ac7-ffc4-44b0-a610-e860670a270f/?format=api"
        },
        {
            "id": "749032ea-0123-46f8-abb3-56c3c2bb8b8e",
            "gambit_id": "df129c5e-16b7-4eb4-9a29-f7e3f3a2326f",
            "last_updated": "2023-05-14T10:57:12.776641-04:00",
            "created_at": "2023-05-11T11:17:06.105265-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cedf7ac7-ffc4-44b0-a610-e860670a270f/?format=api"
        }
    ]
}