GET /api/bet_types/da8102f4-cf0d-4897-9495-41178475ec1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da8102f4-cf0d-4897-9495-41178475ec1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0dc351a5-a255-4bd9-b5cc-9405b9ac2214/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-04T09:48:06.621097-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c523f67c-a55c-4d36-91ef-e53dc0b2feb3",
            "gambit_id": "ae920757-6f70-4e25-94b2-17d316df8641",
            "last_updated": "2023-09-11T13:58:02.086588-04:00",
            "created_at": "2023-09-04T09:48:06.631697-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da8102f4-cf0d-4897-9495-41178475ec1c/?format=api"
        },
        {
            "id": "4468a1b2-f702-4f6f-87c5-d8bd49470711",
            "gambit_id": "21450c84-7927-45c3-b06b-73574ac4d01c",
            "last_updated": "2023-09-11T13:58:02.090902-04:00",
            "created_at": "2023-09-04T09:48:06.636178-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da8102f4-cf0d-4897-9495-41178475ec1c/?format=api"
        }
    ]
}