GET /api/bet_types/2c15dddb-b81a-48ab-a4ad-4c13a2d0d66c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c15dddb-b81a-48ab-a4ad-4c13a2d0d66c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b19c5c7a-87f7-45a6-a359-de075c479760/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-22T09:01:56.895701-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 233",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "b61895f3-0a86-482b-8311-7cae6f4dddcb",
            "gambit_id": "bb1fb3f8-4c6a-4ec6-adf7-b2bbed1ae165",
            "last_updated": "2023-01-23T14:06:51.348701-05:00",
            "created_at": "2023-01-22T09:01:56.897256-05:00",
            "name": "Game Total Under 233",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c15dddb-b81a-48ab-a4ad-4c13a2d0d66c/?format=api"
        },
        {
            "id": "3c85cb44-0b74-401e-8a4e-06fd956f42c4",
            "gambit_id": "bd6b0273-5a85-4171-9020-c24d873196ce",
            "last_updated": "2023-01-23T14:06:51.349941-05:00",
            "created_at": "2023-01-22T09:01:56.898627-05:00",
            "name": "Game Total Over 233",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c15dddb-b81a-48ab-a4ad-4c13a2d0d66c/?format=api"
        }
    ]
}