GET /api/bet_types/90b3fec1-2e01-4311-8122-856043021d7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90b3fec1-2e01-4311-8122-856043021d7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/8c7e6768-77f0-449c-9faf-01c681f2ee9b/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 2.5",
                "amount": 5127.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4873.0
            }
        ],
        "expected_reward_tokens": 8868.86,
        "profit_sb": -131.14,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "107deae3-a4cb-45fd-a1cf-fd1d819e72d6",
            "gambit_id": "ce47b56a-9f13-4eb1-8abb-57905630b0d7",
            "last_updated": "2022-08-07T11:07:10.433980-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b3fec1-2e01-4311-8122-856043021d7d/?format=api"
        },
        {
            "id": "3434b517-260e-4cb9-8ae7-7908b30e22df",
            "gambit_id": "2fc1c68b-4402-46a9-8388-cc5b7b8d7ea9",
            "last_updated": "2022-08-07T11:07:10.433525-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.82000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90b3fec1-2e01-4311-8122-856043021d7d/?format=api"
        }
    ]
}