GET /api/bet_types/cbbf2043-2222-4d49-b6e3-4253c27480a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbbf2043-2222-4d49-b6e3-4253c27480a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec2540d7-044a-4226-8676-bc2d2e9d6852/?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 7.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "598fe946-1229-40e6-bc26-90c7ebf8497c",
            "gambit_id": "4d19e9a6-dfd4-4393-8117-db4e6a610ef3",
            "last_updated": "2022-09-24T21:12:25.673923-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbbf2043-2222-4d49-b6e3-4253c27480a6/?format=api"
        },
        {
            "id": "779599c5-d3a1-423a-9aa2-16b3368f5d96",
            "gambit_id": "41b2e1aa-0bf2-4582-8052-e8142411c1bc",
            "last_updated": "2022-09-24T21:12:25.672794-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbbf2043-2222-4d49-b6e3-4253c27480a6/?format=api"
        }
    ]
}