GET /api/bet_types/5db4ca56-8d57-4ef3-a8b4-bad46a552959/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5db4ca56-8d57-4ef3-a8b4-bad46a552959",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a8c6b78-3b1d-4246-9cf5-06da46e0e24a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 8.5",
                "amount": 5204.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1c37059-1eb8-471d-9ea4-bc8441250fc2",
            "gambit_id": "9bde6ef2-5d2c-45c0-9820-07f51d5ec277",
            "last_updated": "2022-08-07T11:02:17.951782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5db4ca56-8d57-4ef3-a8b4-bad46a552959/?format=api"
        },
        {
            "id": "ae6c905b-37ce-4d6d-b5e2-469e09ec8dfe",
            "gambit_id": "ada107bc-9f9d-41db-b80e-fbc0996b61af",
            "last_updated": "2022-08-07T11:02:17.951296-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5db4ca56-8d57-4ef3-a8b4-bad46a552959/?format=api"
        }
    ]
}