GET /api/bet_types/65e7e911-955f-4a34-a639-21b8d7bc8c2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "65e7e911-955f-4a34-a639-21b8d7bc8c2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9e924a7-8608-4905-8d9a-d9d7557cdb77/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-24T08:58:06.526942-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 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "6540aee3-944b-4539-9fd7-0601de0fa216",
            "gambit_id": "0108d380-8e23-42e0-b23a-c17482435fe3",
            "last_updated": "2023-06-26T10:43:17.321770-04:00",
            "created_at": "2023-06-24T08:58:06.531547-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e7e911-955f-4a34-a639-21b8d7bc8c2d/?format=api"
        },
        {
            "id": "678e4e0a-af96-4f9d-a2d6-a38f0d373563",
            "gambit_id": "27e8c583-5da2-4dfb-a506-672c94cf843e",
            "last_updated": "2023-06-26T10:43:17.319889-04:00",
            "created_at": "2023-06-24T08:58:06.528955-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/65e7e911-955f-4a34-a639-21b8d7bc8c2d/?format=api"
        }
    ]
}