GET /api/bet_types/2800a937-b380-4ea1-af5b-27d4ec8c4ac3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2800a937-b380-4ea1-af5b-27d4ec8c4ac3",
    "match": "https://api-prod.gambitprofit.com/api/matches/818881f9-4102-4dee-902c-a42a4a62d1d1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-25T08:38:08.492290-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "7d4dc843-1af4-470b-8b92-0f29252a420a",
            "gambit_id": "4aee73cb-455f-4d93-a1c3-4e5fe3772d2a",
            "last_updated": "2023-08-28T18:28:30.329369-04:00",
            "created_at": "2023-08-25T08:38:08.495999-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2800a937-b380-4ea1-af5b-27d4ec8c4ac3/?format=api"
        },
        {
            "id": "699e0dd2-3645-4e55-b192-e58b13ddeca3",
            "gambit_id": "622bfb40-9ac1-4de1-aa97-2bc7bc16d2c5",
            "last_updated": "2023-08-28T18:28:30.332725-04:00",
            "created_at": "2023-08-25T08:38:08.500780-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2800a937-b380-4ea1-af5b-27d4ec8c4ac3/?format=api"
        }
    ]
}