GET /api/bet_types/30c857aa-a62a-4d10-b524-7431d745e3ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30c857aa-a62a-4d10-b524-7431d745e3ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6224698-b89e-4ac1-b79e-f74160be53e4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-25T18:58:00.421550-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": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "18f4dc5e-2e03-47c6-aa46-dc59255480fc",
            "gambit_id": "86dfd6b9-16bc-4ce3-88aa-127bb3762456",
            "last_updated": "2023-08-28T18:33:02.153168-04:00",
            "created_at": "2023-08-25T18:58:00.425512-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30c857aa-a62a-4d10-b524-7431d745e3ee/?format=api"
        },
        {
            "id": "f3005a91-6a45-4c89-8eaa-322af8ba286d",
            "gambit_id": "4b188501-d76f-4f3a-a25f-96a3208ba572",
            "last_updated": "2023-08-28T18:33:02.157038-04:00",
            "created_at": "2023-08-25T18:58:00.430393-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30c857aa-a62a-4d10-b524-7431d745e3ee/?format=api"
        }
    ]
}