GET /api/bet_types/96676559-4f63-4bdf-99ef-ab1f0179bd77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96676559-4f63-4bdf-99ef-ab1f0179bd77",
    "match": "https://api-prod.gambitprofit.com/api/matches/5580cf94-79b3-4190-84aa-0dc253129653/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-05T10:57:15.619702-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 5.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "7cbf18a6-2c3a-4c47-900a-beab614880cb",
            "gambit_id": "ed3a2b6e-760d-4c5d-b86d-49531c143f2b",
            "last_updated": "2023-06-06T16:06:50.942260-04:00",
            "created_at": "2023-06-05T10:57:15.622169-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96676559-4f63-4bdf-99ef-ab1f0179bd77/?format=api"
        },
        {
            "id": "f2bb2aef-b87d-4aef-9662-d7248a06c2c6",
            "gambit_id": "226a7a06-4a11-43ea-9446-4133c3e1fd1d",
            "last_updated": "2023-06-06T16:06:50.944487-04:00",
            "created_at": "2023-06-05T10:57:15.624695-04:00",
            "name": "Game Total Under 5.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96676559-4f63-4bdf-99ef-ab1f0179bd77/?format=api"
        }
    ]
}