GET /api/bet_types/3870f859-10f0-46aa-9134-488661dbba81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3870f859-10f0-46aa-9134-488661dbba81",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b7bfb03-b847-47c5-8867-8b4feee4009a/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:16.833340-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 2.5",
                "amount": 5875.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4125.0
            }
        ],
        "expected_reward_tokens": 9281.25,
        "profit_sb": -218.75,
        "profit_sb_percentage": -2.3,
        "recommended": false
    },
    "lines": [
        {
            "id": "09abce76-49f6-4438-952c-9d82aa907590",
            "gambit_id": "242d56b5-db09-43ac-9cc0-c3c62637df4e",
            "last_updated": "2023-04-17T11:42:03.534313-04:00",
            "created_at": "2023-04-14T12:02:16.836667-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.58000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3870f859-10f0-46aa-9134-488661dbba81/?format=api"
        },
        {
            "id": "19cabac3-86cb-4247-875f-eef7f5d55342",
            "gambit_id": "4c77a29b-14f4-4bd6-9e23-b7843a5b3d8d",
            "last_updated": "2023-04-17T11:42:03.531498-04:00",
            "created_at": "2023-04-14T12:02:16.835191-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3870f859-10f0-46aa-9134-488661dbba81/?format=api"
        }
    ]
}