GET /api/bet_types/78ac427d-9d65-44c3-ad2a-e3426e69eeca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78ac427d-9d65-44c3-ad2a-e3426e69eeca",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe68b97b-b167-4d3a-b4fb-487b2f5d785b/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-24T09:13:13.106337-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 6",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "407775ea-63ce-42c9-8a51-38d2353f1a17",
            "gambit_id": "39b24b75-ea86-4e1b-b6bc-709f7536e07f",
            "last_updated": "2024-01-26T13:18:10.662336-05:00",
            "created_at": "2024-01-24T09:13:13.115201-05:00",
            "name": "Game Total Under 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ac427d-9d65-44c3-ad2a-e3426e69eeca/?format=api"
        },
        {
            "id": "7eb498c0-c4f8-4f38-9e0b-f750f0ec3250",
            "gambit_id": "c589af8b-ad20-494e-8197-19400d312cb8",
            "last_updated": "2024-01-26T13:18:10.658780-05:00",
            "created_at": "2024-01-24T09:13:13.109884-05:00",
            "name": "Game Total Over 6",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ac427d-9d65-44c3-ad2a-e3426e69eeca/?format=api"
        }
    ]
}