GET /api/bet_types/9b2c90b3-0ceb-414b-b607-b75b85f5acdd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b2c90b3-0ceb-414b-b607-b75b85f5acdd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f9920d6-3e7c-421a-862e-bd63820f6763/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-16T09:52:13.040995-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 Over 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b82012b1-3749-4c09-9e97-e7b9af64791a",
            "gambit_id": "e005a8e5-7955-4d79-a026-91322717a9d2",
            "last_updated": "2023-01-17T11:17:12.436201-05:00",
            "created_at": "2023-01-16T09:52:13.048142-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b2c90b3-0ceb-414b-b607-b75b85f5acdd/?format=api"
        },
        {
            "id": "169a9a72-4009-4922-862f-cbd6517a5f04",
            "gambit_id": "a4a143df-41d7-4143-8dc4-24ee0e8bc282",
            "last_updated": "2023-01-17T11:17:12.435083-05:00",
            "created_at": "2023-01-16T09:52:13.044829-05:00",
            "name": "Game Total Under 6",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b2c90b3-0ceb-414b-b607-b75b85f5acdd/?format=api"
        }
    ]
}