GET /api/bet_types/42794a9b-e6e5-4a2d-9250-fa755cdb55c2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42794a9b-e6e5-4a2d-9250-fa755cdb55c2",
    "match": "https://api-prod.gambitprofit.com/api/matches/234049c2-07f4-484d-a9c9-991ec66df043/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:18:22.193911-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.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "086559ce-7932-49d8-b751-768adb5e2aac",
            "gambit_id": "dde9d432-128a-44cc-8763-83f58aada3d4",
            "last_updated": "2024-01-05T23:08:07.222510-05:00",
            "created_at": "2024-01-04T09:18:22.197766-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42794a9b-e6e5-4a2d-9250-fa755cdb55c2/?format=api"
        },
        {
            "id": "1850e081-f8c5-40ce-9637-12de321618db",
            "gambit_id": "e3129457-bb03-4f73-aa67-7e3e407ce6f5",
            "last_updated": "2024-01-05T23:08:07.226062-05:00",
            "created_at": "2024-01-04T09:18:22.202170-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42794a9b-e6e5-4a2d-9250-fa755cdb55c2/?format=api"
        }
    ]
}