GET /api/bet_types/6c81110d-9227-4a6b-a5f1-552a61c4ea60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c81110d-9227-4a6b-a5f1-552a61c4ea60",
    "match": "https://api-prod.gambitprofit.com/api/matches/84336362-b15f-4f60-9559-a1c86fbbaa4c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-02T08:23:16.897260-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 Under 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b2b4ae81-dcf0-49b8-8483-71b7ffc9553f",
            "gambit_id": "10f6b057-40c0-4f1b-b38a-cf41264604aa",
            "last_updated": "2023-08-04T09:43:09.884365-04:00",
            "created_at": "2023-08-02T08:23:16.911302-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c81110d-9227-4a6b-a5f1-552a61c4ea60/?format=api"
        },
        {
            "id": "226313a4-3500-4299-8101-143a20a487d3",
            "gambit_id": "954f3722-cbc0-4183-98d0-58ac80926afe",
            "last_updated": "2023-08-04T09:43:09.880001-04:00",
            "created_at": "2023-08-02T08:23:16.903336-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c81110d-9227-4a6b-a5f1-552a61c4ea60/?format=api"
        }
    ]
}