GET /api/bet_types/c1a739f2-e83e-4c78-a1f6-ad9a7804f704/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1a739f2-e83e-4c78-a1f6-ad9a7804f704",
    "match": "https://api-prod.gambitprofit.com/api/matches/f674803c-0a3e-45dc-9f1d-ae43a7d980d2/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-28T09:32:06.425275-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 70.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 70.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "164e4635-186f-4225-972b-6940d2914dbb",
            "gambit_id": "58a17ea8-de56-4fc0-9870-1c4fad538a75",
            "last_updated": "2022-12-30T18:52:00.975188-05:00",
            "created_at": "2022-12-28T09:32:06.427966-05:00",
            "name": "Game Total Over 70.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "70.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1a739f2-e83e-4c78-a1f6-ad9a7804f704/?format=api"
        },
        {
            "id": "932aa8ee-ad94-4872-87bd-e42b849d1a93",
            "gambit_id": "aae2cf54-ce10-403b-b60f-8db47ef3dd53",
            "last_updated": "2022-12-30T18:52:00.974084-05:00",
            "created_at": "2022-12-28T09:32:06.426575-05:00",
            "name": "Game Total Under 70.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "70.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1a739f2-e83e-4c78-a1f6-ad9a7804f704/?format=api"
        }
    ]
}