GET /api/bet_types/f46eb1b5-7830-419a-8c48-3d62ff79a6ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f46eb1b5-7830-419a-8c48-3d62ff79a6ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/53b87d3b-91f9-4f90-a007-2084b3b67b37/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-04T09:53:05.923245-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": "Total Rounds Over 1.5",
                "amount": 6183.0
            },
            {
                "team": "Total Rounds Under 1.5",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": -225.5,
        "profit_sb_percentage": -2.37,
        "recommended": false
    },
    "lines": [
        {
            "id": "f97b3242-a761-4c19-b5e5-019dd8fb3307",
            "gambit_id": "c69930af-a3d3-4606-a3ba-27eb0cc24174",
            "last_updated": "2023-11-06T21:38:18.571422-05:00",
            "created_at": "2023-11-04T09:53:05.927163-04:00",
            "name": "Total Rounds Over 1.5",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46eb1b5-7830-419a-8c48-3d62ff79a6ce/?format=api"
        },
        {
            "id": "2d9bb444-a3ee-41ad-9acb-4e4021a5bf5b",
            "gambit_id": "3afbb9a2-c51d-4971-91cd-b08353729071",
            "last_updated": "2023-11-06T21:38:18.574852-05:00",
            "created_at": "2023-11-04T09:53:05.931275-04:00",
            "name": "Total Rounds Under 1.5",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f46eb1b5-7830-419a-8c48-3d62ff79a6ce/?format=api"
        }
    ]
}