GET /api/bet_types/744e7c12-4b2f-4857-ad8f-84744118d82a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "744e7c12-4b2f-4857-ad8f-84744118d82a",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce68a179-13a5-415f-b59b-9b7c042652c4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:54.261326-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f28d2644-18e9-4284-897a-a1ad627a2e63",
            "gambit_id": "59efb00c-4de1-42ec-b770-b9f803ad106e",
            "last_updated": "2023-04-04T19:12:06.092801-04:00",
            "created_at": "2023-04-03T09:56:54.262725-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/744e7c12-4b2f-4857-ad8f-84744118d82a/?format=api"
        },
        {
            "id": "480ae718-6508-4c86-a564-0da4ad68d4c2",
            "gambit_id": "d103103d-c064-4f3d-af7a-8558a287dcb2",
            "last_updated": "2023-04-04T19:12:06.094036-04:00",
            "created_at": "2023-04-03T09:56:54.264159-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/744e7c12-4b2f-4857-ad8f-84744118d82a/?format=api"
        }
    ]
}