GET /api/bet_types/1199ea9a-c7a1-4555-8b0b-745a31fd0520/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1199ea9a-c7a1-4555-8b0b-745a31fd0520",
    "match": "https://api-prod.gambitprofit.com/api/matches/0020ef28-e309-40dc-97ed-35ba3de6aa52/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:13:00.345443-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "59000c23-5564-479c-adc4-1a8b6ac3242e",
            "gambit_id": "c2eb8c02-6642-41cc-b90e-ca67f2bcc98a",
            "last_updated": "2023-12-26T15:23:13.424263-05:00",
            "created_at": "2023-12-23T09:13:00.349748-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1199ea9a-c7a1-4555-8b0b-745a31fd0520/?format=api"
        },
        {
            "id": "9788ee24-aaa4-4835-a7a8-44f0f323a6a5",
            "gambit_id": "f339c760-7198-4053-9d73-33bbdbed4004",
            "last_updated": "2023-12-26T15:23:13.428127-05:00",
            "created_at": "2023-12-23T09:13:00.354503-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1199ea9a-c7a1-4555-8b0b-745a31fd0520/?format=api"
        }
    ]
}