GET /api/bet_types/fa2f8902-aa13-4e64-b00e-234523dfa5e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa2f8902-aa13-4e64-b00e-234523dfa5e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bcf92cc-80fb-45ad-8638-23a798de01a7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-13T09:11:47.881188-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 Under 235.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 235.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "532c8e5b-c463-442f-9a35-efde0def2e06",
            "gambit_id": "32e2df71-9900-4553-9769-182a618d75c9",
            "last_updated": "2023-01-14T12:07:00.471652-05:00",
            "created_at": "2023-01-13T09:11:47.882316-05:00",
            "name": "Game Total Under 235.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa2f8902-aa13-4e64-b00e-234523dfa5e5/?format=api"
        },
        {
            "id": "9a51f03e-d021-4b52-87b3-00b5eaace11d",
            "gambit_id": "7e2edc98-3949-4637-a3e5-4b24030b3af9",
            "last_updated": "2023-01-14T12:07:00.474900-05:00",
            "created_at": "2023-01-13T09:11:47.883485-05:00",
            "name": "Game Total Over 235.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "235.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa2f8902-aa13-4e64-b00e-234523dfa5e5/?format=api"
        }
    ]
}