GET /api/bet_types/fa33a76f-0486-4f2c-8a3f-3bc86fe1c174/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa33a76f-0486-4f2c-8a3f-3bc86fe1c174",
    "match": "https://api-prod.gambitprofit.com/api/matches/f5189dc1-2ff1-4e64-abf8-4fd550678594/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-12T08:57:10.078037-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "be020228-23a1-4c55-a94d-02dfe5fb38fa",
            "gambit_id": "5034aff1-bd83-4078-b637-67eaf156bc6b",
            "last_updated": "2023-04-13T10:57:14.278857-04:00",
            "created_at": "2023-04-12T08:57:10.080341-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa33a76f-0486-4f2c-8a3f-3bc86fe1c174/?format=api"
        },
        {
            "id": "c5873014-ee1e-49a3-ab8c-cd82f536053b",
            "gambit_id": "42df682c-003d-46a2-bbff-523dbde8230c",
            "last_updated": "2023-04-13T10:57:14.283529-04:00",
            "created_at": "2023-04-12T08:57:10.083295-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa33a76f-0486-4f2c-8a3f-3bc86fe1c174/?format=api"
        }
    ]
}