GET /api/bet_types/8203d910-2e6b-4690-b316-4c5d81ab4bb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8203d910-2e6b-4690-b316-4c5d81ab4bb8",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd8ba9c5-bc67-4031-8e01-c4ce5244aabc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:07.214528-05: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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a1512eba-5ed6-4036-84c3-503faf43c52a",
            "gambit_id": "b1497f0a-7889-4f36-86dc-1ab3bffacb77",
            "last_updated": "2023-01-30T17:46:54.876085-05:00",
            "created_at": "2023-01-28T09:42:07.217188-05:00",
            "name": "Game Total Over 231",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8203d910-2e6b-4690-b316-4c5d81ab4bb8/?format=api"
        },
        {
            "id": "b68cea36-7508-4006-ab28-0e49771b9ef2",
            "gambit_id": "6a88b6cb-dd24-4b00-af59-4d2c6955108e",
            "last_updated": "2023-01-30T17:46:54.874880-05:00",
            "created_at": "2023-01-28T09:42:07.215838-05:00",
            "name": "Game Total Under 231",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8203d910-2e6b-4690-b316-4c5d81ab4bb8/?format=api"
        }
    ]
}