GET /api/bet_types/3b61ef44-1d83-4618-be56-01d5a51629b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b61ef44-1d83-4618-be56-01d5a51629b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c78e814-8991-4cf4-957e-53237892f201/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-04T10:52:11.797991-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 12",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 12",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa4c5164-97f2-4989-80a4-2ee079fdd0d8",
            "gambit_id": "12bf5283-935a-4cb2-bb9c-9eadd30bc325",
            "last_updated": "2023-05-05T11:47:08.187095-04:00",
            "created_at": "2023-05-04T10:52:11.799473-04:00",
            "name": "Game Total Under 12",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b61ef44-1d83-4618-be56-01d5a51629b1/?format=api"
        },
        {
            "id": "470eb1c1-84aa-467b-bf7f-9788a1d0eda6",
            "gambit_id": "5d0c2308-1889-4705-8cb0-338564487474",
            "last_updated": "2023-05-05T11:47:08.188568-04:00",
            "created_at": "2023-05-04T10:52:11.800999-04:00",
            "name": "Game Total Over 12",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b61ef44-1d83-4618-be56-01d5a51629b1/?format=api"
        }
    ]
}