GET /api/bet_types/1f3bf1c7-23d4-47ee-82ad-f671c770b7ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f3bf1c7-23d4-47ee-82ad-f671c770b7ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec6fd820-6ff1-4238-9f9b-bb3bfb84df38/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T08:57:08.696062-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 13",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 13",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "06c199ce-04b8-41e6-acd7-c30ffab29d0a",
            "gambit_id": "378fe1ef-e161-4fa5-b0cd-8ad096bb5ac0",
            "last_updated": "2023-04-13T11:07:16.192227-04:00",
            "created_at": "2023-04-12T08:57:08.701216-04:00",
            "name": "Game Total Over 13",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f3bf1c7-23d4-47ee-82ad-f671c770b7ac/?format=api"
        },
        {
            "id": "96385db7-c6dd-4f93-b24a-5676c2bf43a0",
            "gambit_id": "76f03f80-60fb-405a-afb9-03de02a78d34",
            "last_updated": "2023-04-13T11:07:16.190955-04:00",
            "created_at": "2023-04-12T08:57:08.698503-04:00",
            "name": "Game Total Under 13",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f3bf1c7-23d4-47ee-82ad-f671c770b7ac/?format=api"
        }
    ]
}