GET /api/bet_types/f7abc93f-26ee-4f26-a4c2-e422e36f6e3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7abc93f-26ee-4f26-a4c2-e422e36f6e3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9302d4ca-e2dd-4a03-9122-e843e6df5da6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-29T09:38:10.711390-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 2.5",
                "amount": 5511.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4489.0
            }
        ],
        "expected_reward_tokens": 9202.45,
        "profit_sb": -297.55,
        "profit_sb_percentage": -3.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "61f284a6-e213-4e6b-a419-dcadfeeeab4d",
            "gambit_id": "bbec7877-167c-4270-8dd2-e13fad790fbb",
            "last_updated": "2023-10-02T10:58:23.803474-04:00",
            "created_at": "2023-09-29T09:38:10.715835-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7abc93f-26ee-4f26-a4c2-e422e36f6e3c/?format=api"
        },
        {
            "id": "1f8f2c80-c774-48a5-9f27-19f2720a1c6c",
            "gambit_id": "f0b10be1-5509-4ce6-b46a-98d7ddc6098c",
            "last_updated": "2023-10-02T10:58:23.807067-04:00",
            "created_at": "2023-09-29T09:38:10.721211-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7abc93f-26ee-4f26-a4c2-e422e36f6e3c/?format=api"
        }
    ]
}