GET /api/bet_types/273a26cd-973a-4257-96cc-949cf0ee8675/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "273a26cd-973a-4257-96cc-949cf0ee8675",
    "match": "https://api-prod.gambitprofit.com/api/matches/76b9d697-6187-4c1d-9e70-44e1b326e6c3/?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 40",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 40",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "9539ebe2-a0ae-49a9-b6bb-ceb1f0715c18",
            "gambit_id": "527b7793-4cb9-43ab-bccd-b23815bda22f",
            "last_updated": "2022-10-16T15:12:13.693401-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 40",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/273a26cd-973a-4257-96cc-949cf0ee8675/?format=api"
        },
        {
            "id": "feaae8ad-a77c-4bfe-84fd-811dbd4799e5",
            "gambit_id": "4377a4f6-da41-44f3-8a5b-91f9bf8243b1",
            "last_updated": "2022-10-16T15:12:13.694528-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 40",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "40.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/273a26cd-973a-4257-96cc-949cf0ee8675/?format=api"
        }
    ]
}