GET /api/bet_types/7dee914d-a40e-41bb-bb73-8a6e2752757f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7dee914d-a40e-41bb-bb73-8a6e2752757f",
    "match": "https://api-prod.gambitprofit.com/api/matches/90818bb1-f524-40c7-b20f-3d4ca1b1d9e2/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 54",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 54",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7fc67cbc-0568-4d58-aecc-f59033be924f",
            "gambit_id": "e50b8c05-266e-4f8e-9432-5bd62794a3ac",
            "last_updated": "2022-11-10T09:32:39.609458-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dee914d-a40e-41bb-bb73-8a6e2752757f/?format=api"
        },
        {
            "id": "4f9dd667-d64e-4853-9382-132f299f40e3",
            "gambit_id": "d73f0756-39b8-4a2c-a175-9623b9c9220c",
            "last_updated": "2022-11-10T09:32:39.610727-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7dee914d-a40e-41bb-bb73-8a6e2752757f/?format=api"
        }
    ]
}