GET /api/bet_types/5b7ee38b-32d0-4f03-ae4f-f2fc9feab43b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b7ee38b-32d0-4f03-ae4f-f2fc9feab43b",
    "match": "https://api-prod.gambitprofit.com/api/matches/31336808-3825-435f-8957-7123eb06f883/?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 Under 223",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1da9b33c-dc8b-4f2c-adaa-d98fab03bae0",
            "gambit_id": "736fced4-a3f0-4ccf-912c-6a03db6b71d6",
            "last_updated": "2022-12-12T18:57:23.004982-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b7ee38b-32d0-4f03-ae4f-f2fc9feab43b/?format=api"
        },
        {
            "id": "07877000-9d81-42ed-971d-06c5cab94830",
            "gambit_id": "78bccee5-0493-4ec2-9173-b57b3eef837c",
            "last_updated": "2022-12-12T18:57:23.006584-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "223.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b7ee38b-32d0-4f03-ae4f-f2fc9feab43b/?format=api"
        }
    ]
}