GET /api/bet_types/daa2d19e-e57e-4654-ae50-391a80187d49/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "daa2d19e-e57e-4654-ae50-391a80187d49",
    "match": "https://api-prod.gambitprofit.com/api/matches/7eba7630-2792-48ef-b6f6-56504366f6ac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T11:22:00.488811-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 Under 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "81ea63c3-c4f6-4841-89e5-36299a6e03f8",
            "gambit_id": "b0c16143-636b-4bc5-ad90-5e5c16a599ef",
            "last_updated": "2023-04-11T13:52:11.369894-04:00",
            "created_at": "2023-04-10T11:22:00.490534-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daa2d19e-e57e-4654-ae50-391a80187d49/?format=api"
        },
        {
            "id": "c187fe7c-78c6-4aad-bfd2-57a152c80cc0",
            "gambit_id": "2f25ebc8-8a1c-4f6b-81ec-133ea9bf89e4",
            "last_updated": "2023-04-11T13:52:11.373001-04:00",
            "created_at": "2023-04-10T11:22:00.492329-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daa2d19e-e57e-4654-ae50-391a80187d49/?format=api"
        }
    ]
}