GET /api/bet_types/ffcff1f8-8277-46bb-9ce3-f49da95ea284/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffcff1f8-8277-46bb-9ce3-f49da95ea284",
    "match": "https://api-prod.gambitprofit.com/api/matches/b15ed45b-b7ca-4891-8c0c-3f806d2e4558/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-13T10:13:13.419822-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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1fd580a4-2707-48c1-9e37-bfcd1622ce82",
            "gambit_id": "08563d61-25e2-4809-9e39-0b5b895a9cfe",
            "last_updated": "2023-09-15T10:28:23.717666-04:00",
            "created_at": "2023-09-13T10:13:13.423830-04:00",
            "name": "Game Total Over 49",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffcff1f8-8277-46bb-9ce3-f49da95ea284/?format=api"
        },
        {
            "id": "37c6ea8d-b446-4dba-92ed-8bed39482b12",
            "gambit_id": "f8f7129a-8538-44cf-9215-a931226d56c7",
            "last_updated": "2023-09-15T10:28:23.721015-04:00",
            "created_at": "2023-09-13T10:13:13.427872-04:00",
            "name": "Game Total Under 49",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffcff1f8-8277-46bb-9ce3-f49da95ea284/?format=api"
        }
    ]
}