GET /api/bet_types/598b71f2-1882-4a7e-95d2-d9fbedf25aa6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "598b71f2-1882-4a7e-95d2-d9fbedf25aa6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ecbd672e-13e8-49c7-b442-759a3450e9da/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7",
                "amount": 5205.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f7460b4-3c46-4ed0-b872-f6deaacacf56",
            "gambit_id": "5f225042-f2c4-4874-b4e9-6cf5bfaea8e4",
            "last_updated": "2022-08-23T09:36:58.846096-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/598b71f2-1882-4a7e-95d2-d9fbedf25aa6/?format=api"
        },
        {
            "id": "0fa0d93a-657f-4146-b579-a76e553d88a3",
            "gambit_id": "cdcb23a0-d0f0-46fd-8278-afd8d86e773f",
            "last_updated": "2022-08-23T09:36:58.845568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/598b71f2-1882-4a7e-95d2-d9fbedf25aa6/?format=api"
        }
    ]
}