GET /api/bet_types/a8fe5f61-b5c7-432f-84ff-1624fd948a03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8fe5f61-b5c7-432f-84ff-1624fd948a03",
    "match": "https://api-prod.gambitprofit.com/api/matches/49d234be-6767-475f-82a7-dedde6336a5c/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-01T10:03:03.083135-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 247.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 247.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4685eed-fedd-476a-8f3e-77fa083a44a5",
            "gambit_id": "4afec582-e970-40f7-bec2-8b84e1f5312e",
            "last_updated": "2024-01-03T10:53:14.540824-05:00",
            "created_at": "2024-01-01T10:03:03.086762-05:00",
            "name": "Game Total Over 247.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "247.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8fe5f61-b5c7-432f-84ff-1624fd948a03/?format=api"
        },
        {
            "id": "9d227522-79bd-4f65-ae85-af2885b2d83f",
            "gambit_id": "9bc16244-a27f-4104-815e-dbc3c39d5111",
            "last_updated": "2024-01-03T10:53:14.544547-05:00",
            "created_at": "2024-01-01T10:03:03.090428-05:00",
            "name": "Game Total Under 247.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "247.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8fe5f61-b5c7-432f-84ff-1624fd948a03/?format=api"
        }
    ]
}