GET /api/bet_types/1dad96c4-8b09-4322-bf70-834be40dd293/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1dad96c4-8b09-4322-bf70-834be40dd293",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a7ae942-8503-4658-9ff3-9bc077d3f33f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-02T16:07:14.951295-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": 5256.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4744.0
            }
        ],
        "expected_reward_tokens": 9250.56,
        "profit_sb": -249.44,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6aac3c2-8dc4-4ddd-be32-d6e1cb84e1ac",
            "gambit_id": "0c330dc5-0720-4f9f-b591-15cd6aefa80d",
            "last_updated": "2023-02-05T12:47:12.583553-05:00",
            "created_at": "2023-02-02T16:07:14.952821-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dad96c4-8b09-4322-bf70-834be40dd293/?format=api"
        },
        {
            "id": "9710db33-38fd-437b-87c5-cea89e3c4c93",
            "gambit_id": "fc61fc64-5dd7-473d-bff4-4925a0c162bf",
            "last_updated": "2023-02-05T12:47:12.585112-05:00",
            "created_at": "2023-02-02T16:07:14.954284-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dad96c4-8b09-4322-bf70-834be40dd293/?format=api"
        }
    ]
}