GET /api/bet_types/4851b29c-5fab-4ba0-965b-b02ace71dce4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4851b29c-5fab-4ba0-965b-b02ace71dce4",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb3163cc-93f1-4a8f-8ac5-d22e6291b93e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T08:02:18.216604-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 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "31625c05-f06f-42ac-80f3-4b2c9bddb01d",
            "gambit_id": "e5f39da7-7e6f-46c2-a668-eb74bf979b39",
            "last_updated": "2023-03-04T16:27:20.901898-05:00",
            "created_at": "2023-03-03T08:02:18.219217-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4851b29c-5fab-4ba0-965b-b02ace71dce4/?format=api"
        },
        {
            "id": "fe51c90a-7a1d-4c53-9de2-61420f5ca2e3",
            "gambit_id": "a172839d-1ec4-44f9-a298-42a7261383f3",
            "last_updated": "2023-03-04T16:27:20.900691-05:00",
            "created_at": "2023-03-03T08:02:18.217891-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4851b29c-5fab-4ba0-965b-b02ace71dce4/?format=api"
        }
    ]
}