GET /api/bet_types/48c8322b-4d20-4e98-b495-047e805ca4cf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "48c8322b-4d20-4e98-b495-047e805ca4cf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5490592-3c0a-4f8b-b39e-108bd34aaa51/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-14T10:57:08.271825-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 201.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 201.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "40e40f57-73a6-44d8-a47c-f0d4f26f3dc6",
            "gambit_id": "a4f1fe3c-916f-4ffc-9fb1-4356802774ce",
            "last_updated": "2023-05-15T11:37:01.447827-04:00",
            "created_at": "2023-05-14T10:57:08.275077-04:00",
            "name": "Game Total Over 201.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "201.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c8322b-4d20-4e98-b495-047e805ca4cf/?format=api"
        },
        {
            "id": "86a3b3ed-531f-42a3-be9d-61799d35b99e",
            "gambit_id": "ea966f5e-25d1-45e9-806f-b19d80fc26d1",
            "last_updated": "2023-05-15T11:37:01.446429-04:00",
            "created_at": "2023-05-14T10:57:08.273336-04:00",
            "name": "Game Total Under 201.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "201.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/48c8322b-4d20-4e98-b495-047e805ca4cf/?format=api"
        }
    ]
}