GET /api/bet_types/109ca522-b937-4fef-90c5-cf5826208fd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "109ca522-b937-4fef-90c5-cf5826208fd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/85bf707c-1b2e-4346-a9cc-930337e4c3d0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-02T09:57:08.143815-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7a88ff7-0a6c-4603-9773-3c68bf5ca45e",
            "gambit_id": "59b2135f-1c18-414b-b1d8-293eef943ed2",
            "last_updated": "2023-04-03T14:21:50.940255-04:00",
            "created_at": "2023-04-02T09:57:08.147832-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/109ca522-b937-4fef-90c5-cf5826208fd5/?format=api"
        },
        {
            "id": "ef8ed16a-ad91-47ce-8a99-7013bf2db243",
            "gambit_id": "f9d2f933-a63c-4e6a-85fa-0303d6a3c32f",
            "last_updated": "2023-04-03T14:21:50.938274-04:00",
            "created_at": "2023-04-02T09:57:08.145930-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/109ca522-b937-4fef-90c5-cf5826208fd5/?format=api"
        }
    ]
}