GET /api/bet_types/d0b29797-6054-4b3f-8bee-840038772cf1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d0b29797-6054-4b3f-8bee-840038772cf1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae0a1030-24fd-4a08-b1d6-6d836add8b96/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-29T08:08:06.800140-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 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2183965c-b61d-4c94-89a3-0e4e6af33663",
            "gambit_id": "2ee91825-2a8b-407d-91b9-9d697ee47881",
            "last_updated": "2023-07-31T13:08:20.544126-04:00",
            "created_at": "2023-07-29T08:08:06.808441-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0b29797-6054-4b3f-8bee-840038772cf1/?format=api"
        },
        {
            "id": "7bf339c0-8457-48e4-acc2-49723b04d592",
            "gambit_id": "348518b9-d01f-4abe-b008-e1169efcf110",
            "last_updated": "2023-07-31T13:08:20.540508-04:00",
            "created_at": "2023-07-29T08:08:06.804118-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d0b29797-6054-4b3f-8bee-840038772cf1/?format=api"
        }
    ]
}