GET /api/bet_types/e63479ba-db4a-4e10-8739-4d5df8cb4791/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e63479ba-db4a-4e10-8739-4d5df8cb4791",
    "match": "https://api-prod.gambitprofit.com/api/matches/657a88cd-43cc-47c9-8b0a-d89522b081fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-10T15:11:59.326523-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb06cace-77a4-44e1-815b-ddee6ff3582d",
            "gambit_id": "5b390a55-0021-49dc-98ae-03bff008a60e",
            "last_updated": "2023-05-11T11:17:10.171593-04:00",
            "created_at": "2023-05-10T15:11:59.328389-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e63479ba-db4a-4e10-8739-4d5df8cb4791/?format=api"
        },
        {
            "id": "fcc38d18-33c0-47da-889d-22dd77a8a460",
            "gambit_id": "08e5e5d9-01d2-4863-a781-518756a6907b",
            "last_updated": "2023-05-11T11:17:10.173097-04:00",
            "created_at": "2023-05-10T15:11:59.329942-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e63479ba-db4a-4e10-8739-4d5df8cb4791/?format=api"
        }
    ]
}