GET /api/bet_types/06aa842b-e56b-475f-90ac-b68f5c8eb689/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "06aa842b-e56b-475f-90ac-b68f5c8eb689",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee4b4182-b0b5-416c-b6db-daa7bcc8dd93/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T12:47:11.156479-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 32",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 32",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "99e92f70-94bf-49e1-9c65-5d54da1b1c29",
            "gambit_id": "7677dac2-7ef0-4b44-aafd-aeb89f652bb8",
            "last_updated": "2022-12-25T18:17:07.317065-05:00",
            "created_at": "2022-12-23T12:47:11.157771-05:00",
            "name": "Game Total Under 32",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "32.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06aa842b-e56b-475f-90ac-b68f5c8eb689/?format=api"
        },
        {
            "id": "17d58d64-1820-4a97-acdc-1f1bcef82373",
            "gambit_id": "694126c0-0874-4993-bc83-77edb70c6329",
            "last_updated": "2022-12-25T18:17:07.318191-05:00",
            "created_at": "2022-12-23T12:47:11.159021-05:00",
            "name": "Game Total Over 32",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "32.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06aa842b-e56b-475f-90ac-b68f5c8eb689/?format=api"
        }
    ]
}