GET /api/bet_types/8a06fe7e-e6f4-4c85-b7ed-e750b9fb8749/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a06fe7e-e6f4-4c85-b7ed-e750b9fb8749",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad78dc1f-9f19-4da4-a787-0198bb353981/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-27T08:43:23.304163-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": "Game Total Over 9.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "df548ec2-c7fd-42ff-ad4e-8577bd9fcff9",
            "gambit_id": "8ee1c0c0-35bb-4618-a7bd-2daa04cd077f",
            "last_updated": "2023-06-28T21:28:08.515486-04:00",
            "created_at": "2023-06-27T08:43:23.306407-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a06fe7e-e6f4-4c85-b7ed-e750b9fb8749/?format=api"
        },
        {
            "id": "08312b56-079e-40f4-87a7-0aa5a28b0662",
            "gambit_id": "6480bf86-35f9-452f-9acc-7062e693779d",
            "last_updated": "2023-06-28T21:28:08.517924-04:00",
            "created_at": "2023-06-27T08:43:23.308630-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a06fe7e-e6f4-4c85-b7ed-e750b9fb8749/?format=api"
        }
    ]
}