GET /api/bet_types/b309e2e2-7aa9-46af-9377-64af8628aadd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b309e2e2-7aa9-46af-9377-64af8628aadd",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a9d0637-e8e6-4ec4-bee7-eac03c341b28/?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 Over 228",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "1549ff90-1393-464c-a6b3-bd801a5d7d06",
            "gambit_id": "e14a41f3-021c-4a65-9421-ea3f3de27050",
            "last_updated": "2022-11-29T09:47:02.019231-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b309e2e2-7aa9-46af-9377-64af8628aadd/?format=api"
        },
        {
            "id": "6dd6e0d4-d8a0-432f-b929-a29a161b8e76",
            "gambit_id": "1cdc2bfc-39a5-4da0-a76c-c4025f8a7047",
            "last_updated": "2022-11-29T09:47:02.017878-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 228",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "228.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b309e2e2-7aa9-46af-9377-64af8628aadd/?format=api"
        }
    ]
}