GET /api/bet_types/3f1592e8-bea5-4108-8d35-cac888f72ef5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f1592e8-bea5-4108-8d35-cac888f72ef5",
    "match": "https://api-prod.gambitprofit.com/api/matches/3085bbcd-e7be-4492-9e10-3846a056ea55/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:01.491029-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 Under 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6dcd0e67-ebb8-482b-8ea3-2b942fdad02f",
            "gambit_id": "7d26aa71-10a7-4d8c-b95a-96857daa4e06",
            "last_updated": "2023-04-11T13:47:19.309211-04:00",
            "created_at": "2023-04-10T11:22:01.493693-04:00",
            "name": "Game Total Under 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f1592e8-bea5-4108-8d35-cac888f72ef5/?format=api"
        },
        {
            "id": "139b1486-d177-4eb1-8c22-7bd6a9fd50f9",
            "gambit_id": "47d9d2e6-8f6c-4e66-b05e-bdeb0129c84c",
            "last_updated": "2023-04-11T13:47:19.310673-04:00",
            "created_at": "2023-04-10T11:22:01.495827-04:00",
            "name": "Game Total Over 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f1592e8-bea5-4108-8d35-cac888f72ef5/?format=api"
        }
    ]
}