GET /api/bet_types/cfc17d89-1af3-4718-83db-6075c8b21b75/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfc17d89-1af3-4718-83db-6075c8b21b75",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc2811b1-e068-46ce-bee3-c4c1f54e8765/?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 Over 9.5",
                "amount": 5109.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9145.11,
        "profit_sb": 145.11,
        "profit_sb_percentage": 1.61,
        "recommended": true
    },
    "lines": [
        {
            "id": "eec1ec2a-f5c7-4cdb-b4a5-ed0177440be6",
            "gambit_id": "11d7a3bf-7d3a-4f74-829b-293213534598",
            "last_updated": "2022-08-14T13:41:54.000934-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.79000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc17d89-1af3-4718-83db-6075c8b21b75/?format=api"
        },
        {
            "id": "43e4c9d9-bf4b-4a2c-89d2-69285c0e6c2d",
            "gambit_id": "f69ed583-bebd-4e59-849a-c087a795ad0a",
            "last_updated": "2022-08-14T13:41:54.000454-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfc17d89-1af3-4718-83db-6075c8b21b75/?format=api"
        }
    ]
}